Delen via


ISettingsManager Interface

Definition

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.

Applies to