WebPartGallerySourceBase.Page property
取得PageWebPartAdder所在。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected ReadOnly Property Page As Page
Get
'用途
Dim value As Page
value = Me.Page
protected Page Page { get; }
Property value
Type: System.Web.UI.Page
WebPartAdder 所在的頁面。
請參閱
參照
WebPartGallerySourceBase class