Sdílet prostřednictvím


IVsDataMappedObjectType.GetIdentifier – metoda

Vrátí identifikátor pro tento typ mapované jako kolekce částí identifikátoru.

Obor názvů:  Microsoft.VisualStudio.Data.Services
Sestavení:  Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Deklarace
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>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IDictionary<String, IVsDataMappedObjectTypeMember>
Kolekce částí identifikátoru reprezentována páry název hodnota obsahující názvy částí identifikátoru a jejich odpovídající IVsDataMappedObjectTypeMember objektů.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataMappedObjectType Rozhraní

Microsoft.VisualStudio.Data.Services – obor názvů