Condividi tramite


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Metodo

Definizione

Ottiene il nome e i valori di tutte le proprietà definite nell'istanza specificata di un tipo aperto.

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

Parametri

target
Object

Istanza del tipo che dichiara la proprietà aperta.

Restituisce

Insieme di nome e valori di tutte le proprietà aperte.

Si applica a