Méthode ExtensionMethods.ElementType
Obtient le type d'élément.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function ElementType ( _
type As IEdmCollectionTypeReference _
) As IEdmTypeReference
'Utilisation
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
Paramètres
- type
Type : Microsoft.Data.Edm.IEdmCollectionTypeReference
Référence à un type collection.
Valeur de retour
Type : Microsoft.Data.Edm.IEdmTypeReference
Type de l'élément.
Remarque relative à l'utilisation
En Visual Basic et C#, vous pouvez appeler cette méthode comme méthode d'instance sur tout objet de type IEdmCollectionTypeReference. Lorsque vous utilisez la syntaxe de la méthode d'instance pour appeler cette méthode, omettez le premier paramètre. Pour plus d'informations, consultez https://msdn.microsoft.com/fr-fr/library/bb384936(v=vs.103) ou https://msdn.microsoft.com/fr-fr/library/bb383977(v=vs.103).