共用方式為


IVsDataMappedObjectType.GetIdentifier 方法

傳回這個對應型別的識別項做為識別組件的集合。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
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>

參數

傳回值

類型:IDictionary<String, IVsDataMappedObjectTypeMember>
識別組件的集合做為名稱/值組的物件包含識別項部分名稱及其對應的 IVsDataMappedObjectTypeMember 物件。

.NET Framework 安全性

請參閱

參考

IVsDataMappedObjectType 介面

Microsoft.VisualStudio.Data.Services 命名空間