ProvideLanguageServiceAttribute.ShowHotURLs Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if URLs are displayed in such a way as to show they can be clicked. This option is not used.
public:
property bool ShowHotURLs { bool get(); void set(bool value); };
public:
property bool ShowHotURLs { bool get(); void set(bool value); };
public bool ShowHotURLs { get; set; }
member this.ShowHotURLs : bool with get, set
Public Property ShowHotURLs As Boolean
Property Value
Returns true
if URLs are to be displayed "hot" or clickable; otherwise, returns false
.
Examples
[ProvideLanguageService(typeof(MyLanguageService), // Required
MyConstants.languageName, // Required
MyConstants.languageNameResourceID, // Required
// Optional language service properties
ShowHotURLs = true, // drop down bar options are supported
)]
Remarks
This property is not currently used by Visual Studio and should not be set.
This property is available for any language service implementation.
The default is false
.
The registry entry looks like this:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\[X.Y]\Languages\Language Services\
[Language Name]\
ShowHotURLs = reg_dword: 0x00000001