TextWindow.Selection Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém um objeto que representa a seleção atual no TextWindow objeto.
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
Valor da propriedade
Um objeto TextSelection.
- Atributos