共用方式為


SPFieldIndexCollection.Capacity property

取得值,這個值是集合物件中包含的SPFieldIndex物件的最大數目。

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

Syntax

'宣告
Public Shared ReadOnly Property Capacity As Integer
    Get
'用途
Dim value As Integer

value = SPFieldIndexCollection.Capacity
public static int Capacity { get; }

Property value

Type: System.Int32
Int32 值,表示集合可以包含的物件的最大數目。

請參閱

參照

SPFieldIndexCollection class

SPFieldIndexCollection members

Microsoft.SharePoint namespace