TextWindow.Selection 属性

定义

获取表示对象上当前选定内容的对象 TextWindow

public:
 property EnvDTE::TextSelection ^ Selection { EnvDTE::TextSelection ^ get(); };
public:
 property EnvDTE::TextSelection ^ Selection { EnvDTE::TextSelection ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE.TextSelection Selection { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.Selection : EnvDTE.TextSelection
Public ReadOnly Property Selection As TextSelection

属性值

TextSelection

TextSelection 对象。

属性

适用于