WebPartGalleryItem.Source property
當在衍生類別中覆寫時,取得WebPartGallerySource從中擷取此項目。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public MustOverride ReadOnly Property Source As WebPartGallerySource
Get
'用途
Dim instance As WebPartGalleryItem
Dim value As WebPartGallerySource
value = instance.Source
public abstract WebPartGallerySource Source { get; }
Property value
Type: Microsoft.SharePoint.WebPartPages.WebPartGallerySource
WebPartGallerySource 從中擷取此項目。