DynamicRegistrationSetting Constructors
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.
Overloads
DynamicRegistrationSetting() |
Initializes a new instance of the DynamicRegistrationSetting class. |
DynamicRegistrationSetting(Boolean) |
Initializes a new instance of the DynamicRegistrationSetting class. |
DynamicRegistrationSetting()
Initializes a new instance of the DynamicRegistrationSetting class.
public:
DynamicRegistrationSetting();
public DynamicRegistrationSetting ();
Public Sub New ()
Applies to
DynamicRegistrationSetting(Boolean)
Initializes a new instance of the DynamicRegistrationSetting class.
public:
DynamicRegistrationSetting(bool value);
public DynamicRegistrationSetting (bool value);
new Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting : bool -> Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting
Public Sub New (value As Boolean)
Parameters
- value
- Boolean
Value indicating whether the setting can be dynamically registered.