Właściwość IVsTextEditPerLanguage.EnableLeftClickForURLs —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Property EnableLeftClickForURLs As Boolean
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)

Wartość właściwości

Typ: Boolean

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IVsTextEditPerLanguage Interfejs

Przestrzeń nazw EnvDTE