Partilhar via


Propriedade IVsTextEditPerLanguage.EnableLeftClickForURLs

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

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IVsTextEditPerLanguage Interface

Namespace EnvDTE