Compartilhar via


Propriedade IVsTextEditGeneral.GoToAnchorAfterEscape

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Property GoToAnchorAfterEscape As Boolean
bool GoToAnchorAfterEscape { get; set; }
property bool GoToAnchorAfterEscape {
    bool get ();
    void set (bool value);
}
abstract GoToAnchorAfterEscape : bool with get, set
function get GoToAnchorAfterEscape () : boolean
function set GoToAnchorAfterEscape (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditGeneral Interface

Namespace EnvDTE