SPContext.FormContext property
取得特定表單的Microsoft SharePoint Foundation內容表單內容物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property FormContext As SPFormContext
Get
'用途
Dim instance As SPContext
Dim value As SPFormContext
value = instance.FormContext
public SPFormContext FormContext { get; }
Property value
Type: Microsoft.SharePoint.SPFormContext
SPFormContext 物件,表示表單內容。