Compartilhar via


IDataServiceQueryProvider.GetOpenPropertyValues(Object) Método

Definição

Obtém o nome e os valores de todas as propriedades definidas na instância especificada de um tipo aberto.

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

Parâmetros

target
Object

Instância do tipo que declara a propriedade aberta.

Retornos

Uma coleção de nome e os valores de todas as propriedades abertas.

Aplica-se a