Méthode ODataAnnotatable.GetAnnotation<T>
Obtient ou définit l'annotation par type.
Espace de noms : Microsoft.Data.OData
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Function GetAnnotation(Of T As Class) As T
'Utilisation
Dim instance As ODataAnnotatable
Dim returnValue As T
returnValue = instance.GetAnnotation()
public T GetAnnotation<T>()
where T : class
public:
generic<typename T>
where T : ref class
T GetAnnotation()
member GetAnnotation : unit -> '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.
Valeur de retour
Type : T
L'annotation de type T ou une valeur nulle s'il n'en existe pas.