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)
'使用
Dim instance As IVsDataMappedObjectType
Dim underlyingType As IVsDataObjectType
Dim returnValue As IDictionary(Of String, IVsDataMappedObjectTypeMember)
returnValue = instance.GetIdentifier(underlyingType)
IDictionary<string, IVsDataMappedObjectTypeMember> GetIdentifier(
IVsDataObjectType underlyingType
)
IDictionary<String^, IVsDataMappedObjectTypeMember^>^ GetIdentifier(
IVsDataObjectType^ underlyingType
)
function GetIdentifier(
underlyingType : IVsDataObjectType
) : IDictionary<String, IVsDataMappedObjectTypeMember>
Parameters
underlyingType
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeThe underlying type to which this mapped type corresponds. This is necessary because the mapped type can map to several underlying types.
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataMappedObjectType Interface