DisableUserExperienceAttribute(Boolean) Constructor
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.
Initializes a new instance of the DisableUserExperienceAttribute class.
public:
DisableUserExperienceAttribute(bool disableUserExperience);
public DisableUserExperienceAttribute (bool disableUserExperience);
new Microsoft.VisualStudio.LanguageServer.Client.DisableUserExperienceAttribute : bool -> Microsoft.VisualStudio.LanguageServer.Client.DisableUserExperienceAttribute
Public Sub New (disableUserExperience As Boolean)
Parameters
- disableUserExperience
- Boolean
Value which indicates if a given language client should disable loading.