共用方式為


SPUserSolutionCollection.Count property

取得包含在SPUserSolutionCollection中的元素數目。

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

Syntax

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

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

Property value

Type: System.Int32
集合中包含的項目數目。

Implements

ICollection.Count

請參閱

參照

SPUserSolutionCollection class

SPUserSolutionCollection members

Microsoft.SharePoint namespace