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
‘선언
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
- underlyingType
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
The underlying type to which this mapped type corresponds. This is necessary because the mapped type can map to several underlying types.
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
- 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.