SVsSettingsManager Interface

Represents a service for Visual Studio settings. Use this service to get IVsSettingsManager.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface SVsSettingsManager
[GuidAttribute("C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface SVsSettingsManager
[GuidAttribute(L"C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class SVsSettingsManager
[<GuidAttribute("C4DEEBEE-F4C1-4A09-B47C-EF17E83D269D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type SVsSettingsManager =  interface end
public interface SVsSettingsManager

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace