Partager via


IODataInstanceAnnotationContainer.GetPropertyAnnotations(String) Méthode

Définition

Obtenir toutes les annotations d’une propriété

public System.Collections.Generic.IDictionary<string,object> GetPropertyAnnotations (string propertyName);
abstract member GetPropertyAnnotations : string -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetPropertyAnnotations (propertyName As String) As IDictionary(Of String, Object)

Paramètres

propertyName
String

Nom de la propriété

Retours

Dictionnaire de chaîne(nom de l’annotation) et valeur de l’objet(valeur d’annotation)

S’applique à