ICommandId Interface

Applies to v2.

Defines a command ID.

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

Syntax

'Declaration
Public Interface ICommandId
'Usage
Dim instance As ICommandId
public interface ICommandId
public interface class ICommandId
type ICommandId =  interface end
public interface ICommandId

The ICommandId type exposes the following members.

Properties

  Name Description
Public property GroupId Gets the group ID for the command.
Public property Id Gets a unique ID for the command (within its group).
Public property InvariantName Gets the invariant name for the ICommandId.

Top

See Also

Reference

Microsoft.WebMatrix.Extensibility Namespace