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
Public fieldStatic member Browse Opens the Web Browser window in Visual Studio.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace