IVsDataMappedObjectType.GetSelection(IVsDataObjectType) Method

Definition

Returns an IVsDataMappedObjectSelection object representing the content of the Selection XML tag corresponding to this mapped type.

public:
 Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectSelection ^ GetSelection(Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ underlyingType);
public Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection GetSelection (Microsoft.VisualStudio.Data.Services.IVsDataObjectType underlyingType);
abstract member GetSelection : Microsoft.VisualStudio.Data.Services.IVsDataObjectType -> Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
Public Function GetSelection (underlyingType As IVsDataObjectType) As IVsDataMappedObjectSelection

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

An IVsDataMappedObjectSelection object representing the content of the Selection XML tag corresponding to this mapped type.

Applies to