VSCommands Class
Provides the routed commands supported by the Visual Studio shell.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.VSCommands
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class VSCommands
public static class VSCommands
public ref class VSCommands abstract sealed
[<AbstractClass>]
[<Sealed>]
type VSCommands = class end
public final class VSCommands
The VSCommands type exposes the following members.
Fields
Name | Description | |
---|---|---|
Browse | Opens the Web Browser window in Visual Studio. | |
ExecuteCommand | Executes a Visual Studio command table command. |
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.