Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides an event for changed settings.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
Syntax
'Declaration
Public Interface IVsManagedSettingsChangeEventSource
public interface IVsManagedSettingsChangeEventSource
public interface class IVsManagedSettingsChangeEventSource
type IVsManagedSettingsChangeEventSource = interface end
public interface IVsManagedSettingsChangeEventSource
The IVsManagedSettingsChangeEventSource type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
SettingChanged | Occurs when settings have changed. |
Top