FeatureFlagsChangedEventArgs(String, Nullable<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 FeatureFlagsChangedEventArgs struct.
public:
FeatureFlagsChangedEventArgs(System::String ^ name, Nullable<bool> enabled);
public FeatureFlagsChangedEventArgs(string name, bool? enabled);
new Microsoft.VisualStudio.FeatureFlags.FeatureFlagsChangedEventArgs : string * Nullable<bool> -> Microsoft.VisualStudio.FeatureFlags.FeatureFlagsChangedEventArgs
Public Sub New (name As String, enabled As Nullable(Of Boolean))
Parameters
- name
- String
The name of the feature flag. This value uses '.' as a separator.
true if the feature flag is enabled; false otherwise. Use null to indicate removal of the setting from the store.