共用方式為


SPXmlDocumentCollection.Count property

取得 XML 文件集合中的文件數目。

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

Syntax

'宣告
Public Overrides ReadOnly Property Count As Integer
    Get
'用途
Dim instance As SPXmlDocumentCollection
Dim value As Integer

value = instance.Count
public override int Count { get; }

Property value

Type: System.Int32

Implements

ICollection.Count

備註

XML 文件集合中的文件數目。

請參閱

參照

SPXmlDocumentCollection class

SPXmlDocumentCollection members

Microsoft.SharePoint namespace