Share via


CommandAttribute Members

Include Protected Members
Include Inherited Members

The CommandAttribute type exposes the following members.

Constructors

  Name Description
Ff667352.pubmethod(en-us,PandP.50).gif CommandAttribute Overloaded.

Methods

  Name Description
Ff667352.pubmethod(en-us,PandP.50).gif Equals (Inherited from Attribute.)
Ff667352.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff667352.pubmethod(en-us,PandP.50).gif GetHashCode (Inherited from Attribute.)
Ff667352.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff667352.pubmethod(en-us,PandP.50).gif IsDefaultAttribute (Inherited from Attribute.)
Ff667352.pubmethod(en-us,PandP.50).gif Match (Inherited from Attribute.)
Ff667352.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff667352.pubmethod(en-us,PandP.50).gif ToString (Inherited from Object.)

Properties

  Name Description
Ff667352.pubproperty(en-us,PandP.50).gif CommandModelType
Gets the Command Model Type for this command.
The Command Model Type will be used at runtime to display and execute the command.
Command Model Types should derive from the CommandModel class in the Configuration.Design assembly.
Ff667352.pubproperty(en-us,PandP.50).gif CommandModelTypeName
Gets or Sets the Command Model Type Name for this command.
The Command Model Type will be used at runtime to display and execute the command.
Command Model Types should derive from the CommandModel class in the Configuration.Design assembly.
Ff667352.pubproperty(en-us,PandP.50).gif CommandPlacement
Gets or sets the CommandPlacement options for this command.
Ff667352.pubproperty(en-us,PandP.50).gif KeyGesture
Defines the keyboard gesture for this command.
Ff667352.pubproperty(en-us,PandP.50).gif Replace
Gets or sets the CommandReplacement options for this command.
Ff667352.pubproperty(en-us,PandP.50).gif Title
Gets the title that will be shown for this command in the UI (User Interface).
Ff667352.pubproperty(en-us,PandP.50).gif TitleResourceName
Gets or sets the name of the resource, used to return a localized title that will be shown for this command in the UI (User Interface).
Ff667352.pubproperty(en-us,PandP.50).gif TitleResourceType
Gets or sets the type of the resource, used to return a localized title that will be shown for this command in the UI (User Interface).
Ff667352.pubproperty(en-us,PandP.50).gif TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Overrides Attribute.TypeId.)

Explicit Interface Implementations

  Name Description
Ff667352.pubinterface(en-us,PandP.50).gifFf667352.privmethod(en-us,PandP.50).gif _Attribute.GetIDsOfNames (Inherited from Attribute.)
Ff667352.pubinterface(en-us,PandP.50).gifFf667352.privmethod(en-us,PandP.50).gif _Attribute.GetTypeInfo (Inherited from Attribute.)
Ff667352.pubinterface(en-us,PandP.50).gifFf667352.privmethod(en-us,PandP.50).gif _Attribute.GetTypeInfoCount (Inherited from Attribute.)
Ff667352.pubinterface(en-us,PandP.50).gifFf667352.privmethod(en-us,PandP.50).gif _Attribute.Invoke (Inherited from Attribute.)

See Also

CommandAttribute Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace