ClientObjectCollection<T>.ElementType - Propriété
Obtient le type des éléments dans la ClientObjectCollection<T>.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight.Runtime (dans Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Phone.Runtime (dans Microsoft.SharePoint.Client.Phone.Runtime.dll) Microsoft.SharePoint.Client.Runtime (dans Microsoft.SharePoint.Client.Runtime.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ElementType As Type
Get
'Utilisation
Dim instance As ClientObjectCollection
Dim value As Type
value = instance.ElementType
public Type ElementType { get; }
Valeur de propriété
Type : System.Type
Le type des éléments dans la collection de sites.
Implémentations
Voir aussi
Référence
ClientObjectCollection<T> classe