Share via


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

‘선언
Public NotInheritable Class VSCommands
public static 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