AreaCollection.Item, propriété (UInt32) (Microsoft.SharePoint.Portal.SiteData)
Gets an area by indexer of type Integer.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As UInteger _
) As Area
'Utilisation
Dim instance As AreaCollection
Dim index As UInteger
Dim value As Area
value = instance(index)
public Area this [
uint index
] { get; }
Paramètres
- index
UInt32 that represents the indexer to get a specified area.
Valeur de la propriété
An Area object that represents the area.
Voir aussi
Référence
AreaCollection, classe
Membres AreaCollection
Microsoft.SharePoint.Portal.SiteData, espace de noms