KnownSettingsContainers Class

Lists the known settings containers.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Shell.KnownSettingsContainers

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public NotInheritable Class KnownSettingsContainers
public static class KnownSettingsContainers
public ref class KnownSettingsContainers abstract sealed
[<AbstractClass>]
[<Sealed>]
type KnownSettingsContainers =  class end
public final class KnownSettingsContainers

The KnownSettingsContainers type exposes the following members.

Fields

  Name Description
Public fieldStatic member Aliases
Public fieldStatic member All The "All settings" settings container.
Public fieldStatic member Startup The "Startup" settings container.
Public fieldStatic member ToolsOptions The "Tools.Options" settings container.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace