Méthode ExtensionMethods.GetAnnotationValue<T> (IEdmModel, IEdmElement)
Obtient une valeur d'annotation d'un élément annotable.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
<ExtensionAttribute> _
Public Shared Function GetAnnotationValue(Of T As Class) ( _
model As IEdmModel, _
element As IEdmElement _
) As T
'Utilisation
Dim model As IEdmModel
Dim element As IEdmElement
Dim returnValue As T
returnValue = model.GetAnnotationValue(element)
public static T GetAnnotationValue<T>(
this IEdmModel model,
IEdmElement element
)
where T : class
[ExtensionAttribute]
public:
generic<typename T>
where T : ref class
static T GetAnnotationValue(
IEdmModel^ model,
IEdmElement^ element
)
static member GetAnnotationValue :
model:IEdmModel *
element:IEdmElement -> 'T when 'T : not struct
JScript ne prend pas en charge les types et les méthodes génériques.
Paramètres de type
- T
Type de l'annotation retournée.
Paramètres
- model
Type : Microsoft.Data.Edm.IEdmModel
Modèle contenant l'annotation.
- element
Type : Microsoft.Data.Edm.IEdmElement
Élément annoté.
Valeur de retour
Type : T
Valeur d'annotation.
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 IEdmModel. 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).
Notes
Wrappers fortement typés pour les annotations sans nom indexées par type CLR.