Share via


IVsDataMappedObjectType.GetSelection Method

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

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetSelection ( _
    underlyingType As IVsDataObjectType _
) As IVsDataMappedObjectSelection
IVsDataMappedObjectSelection GetSelection(
    IVsDataObjectType underlyingType
)
IVsDataMappedObjectSelection^ GetSelection(
    IVsDataObjectType^ underlyingType
)
abstract GetSelection : 
        underlyingType:IVsDataObjectType -> IVsDataMappedObjectSelection
function GetSelection(
    underlyingType : IVsDataObjectType
) : IVsDataMappedObjectSelection

Parameters

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
An IVsDataMappedObjectSelection object representing the content of the Selection XML tag corresponding to this mapped type.

.NET Framework Security

See Also

Reference

IVsDataMappedObjectType Interface

Microsoft.VisualStudio.Data.Services Namespace