Freigeben über


IVsDataMappedObjectType.GetSelection-Methode

Gibt ein IVsDataMappedObjectSelection-Objekt zurück, das den Inhalt des Tags der Auswahl XML entsprechend diesem zugeordneten Typ darstellt.

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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
Ein IVsDataMappedObjectSelection-Objekt, das den Inhalt des Tags der Auswahl XML entsprechend diesem zugeordneten Typ darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataMappedObjectType Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace