共用方式為


SPFeaturePropertyCollection.Count property

取得集合中的功能屬性數目。

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

Syntax

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

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

Property value

Type: System.Int32
32 位元的整數,指出功能屬性數目。

請參閱

參照

SPFeaturePropertyCollection class

SPFeaturePropertyCollection members

Microsoft.SharePoint namespace