SPLinkCollection.Count property
Obtém o número de objetos de links na coleção.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Overrides ReadOnly Property Count As Integer
Get
'Uso
Dim instance As SPLinkCollection
Dim value As Integer
value = instance.Count
public override int Count { get; }
Property value
Type: System.Int32
Um inteiro de 32 bits que indica o número de links.