共用方式為


XsltListFormWebPart.FormType property

NOTE: This API is now obsolete.

取得或設定表單的型別XsltListFormWebPart

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

Syntax

'宣告
<ObsoleteAttribute("Use XSLTListFormWebPart.PageType instead")> _
<BrowsableAttribute(False)> _
Public Property FormType As Integer
    Get
    Set
'用途
Dim instance As XsltListFormWebPart
Dim value As Integer

value = instance.FormType

instance.FormType = value
[ObsoleteAttribute("Use XSLTListFormWebPart.PageType instead")]
[BrowsableAttribute(false)]
public int FormType { get; set; }

Property value

Type: System.Int32
XsltListFormWebPart 表單型別。

請參閱

參照

XsltListFormWebPart class

XsltListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace