Compartir a través de


IODataInstanceAnnotationContainer.GetPropertyAnnotations(String) Método

Definición

Obtener todas las anotaciones de una propiedad

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)

Parámetros

propertyName
String

Nombre de la propiedad

Devoluciones

Diccionario de string(nombre de anotación) y valor de objeto (valor de anotación)

Se aplica a