共用方式為


SPListTemplate.NewPage property

取得與網頁用來建立新的清單,透過清單範本的自訂網頁的名稱。

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

Syntax

'宣告
Public ReadOnly Property NewPage As String
    Get
'用途
Dim instance As SPListTemplate
Dim value As String

value = instance.NewPage
public string NewPage { get; }

Property value

Type: System.String
字串,包含自訂應用程式頁面的名稱。

請參閱

參照

SPListTemplate class

SPListTemplate members

Microsoft.SharePoint namespace