Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
underlyingType
Type: Microsoft.VisualStudio.Data.Services.IVsDataObjectTypeThe 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.