ExtensionMethods.ElementType Método
Obtiene el tipo del elemento.
Espacio de nombres: Microsoft.Data.Edm
Ensamblado: Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Sintaxis
'Declaración
<ExtensionAttribute> _
Public Shared Function ElementType ( _
type As IEdmCollectionTypeReference _
) As IEdmTypeReference
'Uso
Dim type As IEdmCollectionTypeReference
Dim returnValue As IEdmTypeReference
returnValue = type.ElementType()
public static IEdmTypeReference ElementType(
this IEdmCollectionTypeReference type
)
[ExtensionAttribute]
public:
static IEdmTypeReference^ ElementType(
IEdmCollectionTypeReference^ type
)
static member ElementType :
type:IEdmCollectionTypeReference -> IEdmTypeReference
public static function ElementType(
type : IEdmCollectionTypeReference
) : IEdmTypeReference
Parámetros
- type
Tipo: Microsoft.Data.Edm.IEdmCollectionTypeReference
Referencia a un tipo de colección.
Valor devuelto
Tipo: Microsoft.Data.Edm.IEdmTypeReference
El tipo de elemento.
Nota de uso
En Visual Basic y C#, puede llamar a este método como un método de instancia en cualquier objeto del tipo IEdmCollectionTypeReference. Cuando utilice la sintaxis del método de instancia para llamar a este método, sáltese este parámetro primero. Para obtener más información, vea https://msdn.microsoft.com/es-es/library/bb384936(v=vs.103) o https://msdn.microsoft.com/es-es/library/bb383977(v=vs.103).