共用方式為


SPFieldIndexCollection.Count property

在SPFieldIndexCollection中取得SPFieldIndex物件的數目。

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

Syntax

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

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

Property value

Type: System.Int32
在SPFieldIndexCollection的SPFieldIndex物件的數目。

Implements

ICollection.Count

請參閱

參照

SPFieldIndexCollection class

SPFieldIndexCollection members

Microsoft.SharePoint namespace