Aracılığıyla paylaş


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Yöntem

Tanım

Açık bir türün verilen örneğinde tanımlanan tüm özelliklerin adını ve değerlerini alır.

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

Parametreler

target
Object

Open özelliğini bildiren türün örneği.

Döndürülenler

Tüm açık özelliklerin ad ve değer koleksiyonu.

Şunlara uygulanır