共用方式為


SPFieldIndex.FieldCount property

取得目前的SPFieldIndex物件執行個體中的欄位計數。

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

Syntax

'宣告
Public ReadOnly Property FieldCount As Integer
    Get
'用途
Dim instance As SPFieldIndex
Dim value As Integer

value = instance.FieldCount
public int FieldCount { get; }

Property value

Type: System.Int32
32 位元整數值,表示的欄位計數。

請參閱

參照

SPFieldIndex class

SPFieldIndex members

Microsoft.SharePoint namespace