Compartir a través de


EdmCollectionType.ElementType Propiedad

Obtiene el tipo de los elementos.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public ReadOnly Property ElementType As IEdmTypeReference
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo de los elementos.

Implementa

IEdmCollectionType.ElementType

Vea también

Referencia

EdmCollectionType Clase

Espacio de nombres Microsoft.Data.Edm.Library