ISettingsManager Interface
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.
The main entry point for Unified Settings, available as a VS service (via service SVsUnifiedSettingsManager).
[System.Runtime.InteropServices.Guid("2f26e586-2b51-40ed-8a5d-7d83ab877c0f")]
public interface ISettingsManager
[<System.Runtime.InteropServices.Guid("2f26e586-2b51-40ed-8a5d-7d83ab877c0f")>]
type ISettingsManager = interface
Public Interface ISettingsManager
- Attributes
Methods
GetReader() | |
GetWriter(String, Guid) |
Gets a reader/writer for the given caller with a specified event source. |
GetWriter(String) |
Gets a reader/writer for the given caller. |