IVsDataMappedObjectType.GetSelection(IVsDataObjectType) Método

Definição

Retorna um IVsDataMappedObjectSelection objeto que representa o conteúdo da marca XML de seleção correspondente a esse tipo mapeado.

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

Parâmetros

underlyingType
IVsDataObjectType

O tipo subjacente ao qual esse tipo mapeado corresponde. Isso é necessário porque o tipo mapeado pode ser mapeado para vários tipos subjacentes.

Retornos

IVsDataMappedObjectSelection

Um IVsDataMappedObjectSelection objeto que representa o conteúdo da marca XML de seleção correspondente a este tipo mapeado.

Aplica-se a