CommonCommandIds Class

Applies to v2.

Represents the common command IDs: composed of the GroupId which is a GUID separating the group, and the ID enum describing the individual command.

Inheritance Hierarchy

System.Object
  Microsoft.WebMatrix.Extensibility.CommonCommandIds

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
Public Class CommonCommandIds
'Usage
Dim instance As CommonCommandIds
public class CommonCommandIds
public ref class CommonCommandIds
type CommonCommandIds =  class end
public class CommonCommandIds

The CommonCommandIds type exposes the following members.

Constructors

  Name Description
Public method CommonCommandIds Initializes a new instance of the CommonCommandIds class.

Top

Properties

  Name Description
Public propertyStatic member GroupId Gets the common command GroupId; can be passed to ICommandTarget.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.WebMatrix.Extensibility Namespace