Propriété IEdmCollectionType.ElementType
Obtient le type d'élément de cette collection.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
ReadOnly Property ElementType As IEdmTypeReference
Get
'Utilisation
Dim instance As IEdmCollectionType
Dim value As IEdmTypeReference
value = instance.ElementType
IEdmTypeReference ElementType { get; }
property IEdmTypeReference^ ElementType {
IEdmTypeReference^ get ();
}
abstract ElementType : IEdmTypeReference
function get ElementType () : IEdmTypeReference
Valeur de propriété
Type : Microsoft.Data.Edm.IEdmTypeReference
Type d'élément de cette collection.