Metodo ExtensionMethods.ElementType
Ottiene il tipo di elemento.
Spazio dei nomi Microsoft.Data.Edm
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
<ExtensionAttribute> _
Public Shared Function ElementType ( _
type As IEdmCollectionTypeReference _
) As IEdmTypeReference
'Utilizzo
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
Parametri
- type
Tipo: Microsoft.Data.Edm.IEdmCollectionTypeReference
Riferimento a un tipo di raccolta.
Valore restituito
Tipo: Microsoft.Data.Edm.IEdmTypeReference
Tipo dell'elemento.
Nota sull'utilizzo
In Visual Basic e C# questo metodo può essere chiamato come metodo di istanza su qualsiasi oggetto di tipo IEdmCollectionTypeReference. Quando si utilizza la sintassi del metodo di istanza per chiamare questo metodo, omettere il primo parametro. Per ulteriori informazioni, vedere https://msdn.microsoft.com/it-it/library/bb384936(v=vs.103) o https://msdn.microsoft.com/it-it/library/bb383977(v=vs.103).