Udostępnij za pośrednictwem


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Metoda

Definicja

Pobiera nazwę i wartości wszystkich właściwości zdefiniowanych w danym wystąpieniu typu otwartego.

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

Wystąpienie typu, który deklaruje właściwość open.

Zwraca

Kolekcja nazw i wartości wszystkich otwartych właściwości.

Dotyczy