共用方式為


SPFieldCollection.SchemaXml property

取得定義集合的結構描述。

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

Syntax

'宣告
Public ReadOnly Property SchemaXml As String
    Get
'用途
Dim instance As SPFieldCollection
Dim value As String

value = instance.SchemaXml
public string SchemaXml { get; }

Property value

Type: System.String
共同作業應用程式標記語言 (連同 CAML)字串,包含結構描述。

請參閱

參照

SPFieldCollection class

SPFieldCollection members

Microsoft.SharePoint namespace