IVsDataMappedObjectType.GetProperties Method
Returns the properties of this mapped type.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function GetProperties ( _
underlyingType As IVsDataObjectType _
) As IDictionary(Of String, IVsDataMappedObjectTypeMember)
IDictionary<string, IVsDataMappedObjectTypeMember> GetProperties(
IVsDataObjectType underlyingType
)
IDictionary<String^, IVsDataMappedObjectTypeMember^>^ GetProperties(
IVsDataObjectType^ underlyingType
)
abstract GetProperties :
underlyingType:IVsDataObjectType -> IDictionary<string, IVsDataMappedObjectTypeMember>
function GetProperties(
underlyingType : IVsDataObjectType
) : IDictionary<String, IVsDataMappedObjectTypeMember>
Parameters
underlyingType
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeThe underlying type to which this mapped type corresponds. This is necessary because the mapped type can map to several underlying types.
Return Value
Type: System.Collections.Generic.IDictionary<String, IVsDataMappedObjectTypeMember>
A collection of name/value pairs containing the mapped properties as the property names and their corresponding IVsDataMappedObjectTypeMember objects
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.