Freigeben über


IVsTextEditGeneral.GoToAnchorAfterEscape-Eigenschaft

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextEditGeneral Schnittstelle

EnvDTE-Namespace