SPListTemplate.EditPage property
取得自訂應用程式頁面的名稱 (/ _layouts) 與網頁用來編輯透過清單範本建立清單的清單內容。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property EditPage As String
Get
'用途
Dim instance As SPListTemplate
Dim value As String
value = instance.EditPage
public string EditPage { get; }
Property value
Type: System.String
字串,包含自訂應用程式頁面的名稱。