Partager via


Méthode ODataAnnotatable.SetAnnotation<T>

Définit une annotation de type T.

Espace de noms :  Microsoft.Data.OData
Assembly :  Microsoft.Data.OData (en Microsoft.Data.OData.dll)

Syntaxe

'Déclaration
Public Sub SetAnnotation(Of T As Class) ( _
    annotation As T _
)
'Utilisation
Dim instance As ODataAnnotatable
Dim annotation As T

instance.SetAnnotation(annotation)
public void SetAnnotation<T>(
    T annotation
)
where T : class
public:
generic<typename T>
where T : ref class
void SetAnnotation(
    T annotation
)
member SetAnnotation : 
        annotation:'T -> unit  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.

Paramètres

  • annotation
    Type : T
    Annotation à définir.

Voir aussi

Référence

ODataAnnotatable Classe

Espace de noms Microsoft.Data.OData