SPField.ShowInEditForm property
取得或設定 Boolean 值,指定用來編輯清單項目表單中是否顯示 [] 欄位。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property ShowInEditForm As Nullable(Of Boolean)
Get
Set
'用途
Dim instance As SPField
Dim value As Nullable(Of Boolean)
value = instance.ShowInEditForm
instance.ShowInEditForm = value
public Nullable<bool> ShowInEditForm { get; set; }
Property value
Type: System.Nullable<Boolean>
若要指定欄位會顯示在表單中用來編輯清單項目 ; true否則,請false。