Condividi tramite


Proprietà IVsTextEditPerLanguage.EnableLeftClickForURLs

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
Property EnableLeftClickForURLs As Boolean
    Get
    Set
bool EnableLeftClickForURLs { get; set; }
property bool EnableLeftClickForURLs {
    bool get ();
    void set (bool value);
}
abstract EnableLeftClickForURLs : bool with get, set
function get EnableLeftClickForURLs () : boolean
function set EnableLeftClickForURLs (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextEditPerLanguage Interfaccia

Spazio dei nomi EnvDTE