IVsDataMappedObjectType.GetIdentifier Method

Returns the identifier for this mapped type as a collection of identifier parts.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

声明
Function GetIdentifier ( _
    underlyingType As IVsDataObjectType _
) As IDictionary(Of String, IVsDataMappedObjectTypeMember)
IDictionary<string, IVsDataMappedObjectTypeMember> GetIdentifier(
    IVsDataObjectType underlyingType
)
IDictionary<String^, IVsDataMappedObjectTypeMember^>^ GetIdentifier(
    IVsDataObjectType^ underlyingType
)
abstract GetIdentifier : 
        underlyingType:IVsDataObjectType -> IDictionary<string, IVsDataMappedObjectTypeMember> 
function GetIdentifier(
    underlyingType : IVsDataObjectType
) : IDictionary<String, IVsDataMappedObjectTypeMember>

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<String, IVsDataMappedObjectTypeMember>
A collection of identifier parts represented as name/value pairs containing the identifier part names and their corresponding IVsDataMappedObjectTypeMember objects.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectType Interface

Microsoft.VisualStudio.Data.Services Namespace