SPFieldTypeDefinition.ShowOnListCreate property
取得布林值,這個值,指出是否要將欄位型別顯示在清單的 [建立資料行] 頁面上的選項。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ShowOnListCreate As Boolean
Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As Boolean
value = instance.ShowOnListCreate
public bool ShowOnListCreate { get; }
Property value
Type: System.Boolean
true如果欄位型別顯示的選項,在 [建立資料行] 頁面中。否則, false。