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 | |
---|---|---|
CommonCommandIds | Initializes a new instance of the CommonCommandIds class. |
Top
Properties
Name | Description | |
---|---|---|
GroupId | Gets the common command GroupId; can be passed to ICommandTarget. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.