IVsDataMappedObjectType.GetSelection(IVsDataObjectType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.