共用方式為


SPDocumentLibrary.UseFormsForDisplay property

取得值,這個值,指出是否要使用表單來顯示內容。

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

Syntax

'宣告
Public Overrides ReadOnly Property UseFormsForDisplay As Boolean
    Get
'用途
Dim instance As SPDocumentLibrary
Dim value As Boolean

value = instance.UseFormsForDisplay
public override bool UseFormsForDisplay { get; }

Property value

Type: System.Boolean
true如果使用表單來顯示內容 ;否則, false。

請參閱

參照

SPDocumentLibrary class

SPDocumentLibrary members

Microsoft.SharePoint namespace