IVsDataMappedObjectType.GetSelection 方法

返回表示选择XML标记的内容的 IVsDataMappedObjectSelection 对象与此映射的类型相对应。

命名空间:  Microsoft.VisualStudio.Data.Services
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectSelection
表示选择XML标记的内容的 IVsDataMappedObjectSelection 对象与此映射的类型相对应。

.NET Framework 安全性

请参见

参考

IVsDataMappedObjectType 接口

Microsoft.VisualStudio.Data.Services 命名空间