SettingsUpdate 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
SettingsUpdate(SettingsUpdate) | |
SettingsUpdate(Guid, HashSet<String>) |
Setting change event payload. |
SettingsUpdate(SettingsUpdate)
protected SettingsUpdate(Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingsUpdate original);
Protected Sub New (original As SettingsUpdate)
Parameters
- original
- SettingsUpdate
Applies to
SettingsUpdate(Guid, HashSet<String>)
Setting change event payload.
public SettingsUpdate(Guid EventSource, System.Collections.Generic.HashSet<string> ChangedSettingMonikers);
new Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingsUpdate : Guid * System.Collections.Generic.HashSet<string> -> Microsoft.VisualStudio.Utilities.UnifiedSettings.SettingsUpdate
Public Sub New (EventSource As Guid, ChangedSettingMonikers As HashSet(Of String))
Parameters
- EventSource
- Guid
The eventSource parameter to GetWriter(String, Guid), or Empty if not supplied.