IDataServiceQueryProvider.GetOpenPropertyValues(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name and values of all the properties that are defined in the given instance of an open type.
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))
Parameters
- target
- Object
Instance of the type that declares the open property.
Returns
A collection of name and values of all the open properties.
Applies to
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.