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

'宣言
Function GetProperties ( _
    underlyingType As IVsDataObjectType _
) As IDictionary(Of String, IVsDataMappedObjectTypeMember)
'使用
Dim instance As IVsDataMappedObjectType
Dim underlyingType As IVsDataObjectType
Dim returnValue As IDictionary(Of String, IVsDataMappedObjectTypeMember)

returnValue = instance.GetProperties(underlyingType)
IDictionary<string, IVsDataMappedObjectTypeMember> GetProperties(
    IVsDataObjectType underlyingType
)
IDictionary<String^, IVsDataMappedObjectTypeMember^>^ GetProperties(
    IVsDataObjectType^ underlyingType
)
function GetProperties(
    underlyingType : IVsDataObjectType
) : IDictionary<String, IVsDataMappedObjectTypeMember>

Parameters

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

Permissions

See Also

Reference

IVsDataMappedObjectType Interface

IVsDataMappedObjectType Members

Microsoft.VisualStudio.Data.Services Namespace