Partager via


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Méthode

Définition

Obtient le nom et les valeurs de toutes les propriétés définies dans l'instance donnée d'un type ouvert.

public:
 System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ GetOpenPropertyValues(System::Object ^ target);
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> GetOpenPropertyValues (object target);
abstract member GetOpenPropertyValues : obj -> seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public Function GetOpenPropertyValues (target As Object) As IEnumerable(Of KeyValuePair(Of String, Object))

Paramètres

target
Object

Instance du type qui déclare la propriété open.

Retours

Collection de noms et valeurs de toutes les propriétés ouvertes.

S’applique à