Partager via


Propriété EdmCollectionType.ElementType

Obtient le type des éléments.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ElementType As IEdmTypeReference
    Get
'Utilisation
Dim instance As EdmCollectionType
Dim value As IEdmTypeReference

value = instance.ElementType
public IEdmTypeReference ElementType { get; }
public:
virtual property IEdmTypeReference^ ElementType {
    IEdmTypeReference^ get () sealed;
}
abstract ElementType : IEdmTypeReference
override ElementType : IEdmTypeReference
final function get ElementType () : IEdmTypeReference

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmTypeReference
Type des éléments.

Implémente

IEdmCollectionType.ElementType

Voir aussi

Référence

EdmCollectionType Classe

Espace de noms Microsoft.Data.Edm.Library