共用方式為


WebPartGalleryItem.Description property

當在衍生類別中覆寫時,取得項目的描述。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public MustOverride ReadOnly Property Description As String
    Get
'用途
Dim instance As WebPartGalleryItem
Dim value As String

value = instance.Description
public abstract string Description { get; }

Property value

Type: System.String
項目的描述。

請參閱

參照

WebPartGalleryItem class

WebPartGalleryItem members

Microsoft.SharePoint.WebPartPages namespace