ClientWebPartPropertyCollection.ICollection<ClientWebPartProperty>.Count property
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private ReadOnly Property Count As Integer
Implements ICollection(Of ClientWebPartProperty).Count
Get
'用途
Dim instance As ClientWebPartPropertyCollection
Dim value As Integer
value = CType(instance, ICollection(Of ClientWebPartProperty)).Count
intICollection<ClientWebPartProperty>.Count { get; }
Property value
Type: System.Int32
Implements
請參閱
參照
ClientWebPartPropertyCollection class