IVsDataMappedObjectType.GetIdentifier (Método)

Devuelve el identificador de este tipo asignado como una colección de partes del identificador.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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>

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IDictionary<String, IVsDataMappedObjectTypeMember>
Una colección de partes del identificador representadas como nombre/valor empareja contener los nombres de parte del identificador y los objetos correspondientes de IVsDataMappedObjectTypeMember .

Seguridad de .NET Framework

Vea también

Referencia

IVsDataMappedObjectType Interfaz

Microsoft.VisualStudio.Data.Services (Espacio de nombres)