IVsDataMappedObjectType.GetIdentifier(IVsDataObjectType) Method

Definition

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

public:
 System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectTypeMember ^> ^ GetIdentifier(Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ underlyingType);
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectTypeMember> GetIdentifier (Microsoft.VisualStudio.Data.Services.IVsDataObjectType underlyingType);
abstract member GetIdentifier : Microsoft.VisualStudio.Data.Services.IVsDataObjectType -> System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectTypeMember>
Public Function GetIdentifier (underlyingType As IVsDataObjectType) As IDictionary(Of String, IVsDataMappedObjectTypeMember)

Parameters

underlyingType
IVsDataObjectType

The underlying type to which this mapped type corresponds. This is necessary because the mapped type can map to several underlying types.

Returns

A collection of identifier parts represented as name/value pairs containing the identifier part names and their corresponding IVsDataMappedObjectTypeMember objects.

Applies to