SVsSettingsManager 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.
Represents a service for Visual Studio settings. Use this service to get IVsSettingsManager.
public interface class SVsSettingsManager
public interface class SVsSettingsManager
__interface SVsSettingsManager
public interface SVsSettingsManager
[System.Runtime.InteropServices.Guid("C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsSettingsManager
type SVsSettingsManager = interface
[<System.Runtime.InteropServices.Guid("C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type SVsSettingsManager = interface
Public Interface SVsSettingsManager
- Attributes
Remarks
The service represented by this interface is safe to access from any thread.