Sdílet prostřednictvím


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Metoda

Definice

Získá název a hodnoty všech vlastností, které jsou definovány v dané instanci typu open.

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))

Parametry

target
Object

Instance typu, který deklaruje vlastnost open.

Návraty

Kolekce názvů a hodnot všech otevřených vlastností.

Platí pro