共用方式為


SPContentType.XmlDocuments property

取得表示儲存在內容型別中的 XML 文件SPXmlDocumentCollection

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

Syntax

'宣告
Public ReadOnly Property XmlDocuments As SPXmlDocumentCollection
    Get
'用途
Dim instance As SPContentType
Dim value As SPXmlDocumentCollection

value = instance.XmlDocuments
public SPXmlDocumentCollection XmlDocuments { get; }

Property value

Type: Microsoft.SharePoint.SPXmlDocumentCollection
儲存內容的型別中的 XML 文件。

備註

根據設計,內容類型是 「 可延伸的。您可以加入特殊的 XML 節點,在內容類型定義中併入自訂資訊。這些 XML 節點由XMLDocument中的項目內容的型別定義,以及您透過物件模型以程式設計方式存取。

如需詳細資訊,請參閱Custom Information in Content Types

請參閱

參照

SPContentType class

SPContentType members

Microsoft.SharePoint namespace

其他資源

Custom Information in Content Types

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy