Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the name and values of all the properties that are defined in the given instance of an open type.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Function GetOpenPropertyValues ( _
target As Object _
) As IEnumerable(Of KeyValuePair(Of String, Object))
'Usage
Dim instance As IDataServiceQueryProvider
Dim target As Object
Dim returnValue As IEnumerable(Of KeyValuePair(Of String, Object))
returnValue = instance.GetOpenPropertyValues(target)
IEnumerable<KeyValuePair<string, Object>> GetOpenPropertyValues(
Object target
)
IEnumerable<KeyValuePair<String^, Object^>>^ GetOpenPropertyValues(
Object^ target
)
abstract GetOpenPropertyValues :
target:Object -> IEnumerable<KeyValuePair<string, Object>>
function GetOpenPropertyValues(
target : Object
) : IEnumerable<KeyValuePair<String, Object>>
Parameters
- target
Type: System.Object
Instance of the type that declares the open property.
Return Value
Type: System.Collections.Generic.IEnumerable<KeyValuePair<String, Object>>
A collection of name and values of all the open properties.