OleMenuCommand.MatchedCommandId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the command ID.
public:
property int MatchedCommandId { int get(); void set(int value); };
public:
property int MatchedCommandId { int get(); void set(int value); };
public int MatchedCommandId { get; set; }
member this.MatchedCommandId : int with get, set
Public Property MatchedCommandId As Integer
Property Value
Remarks
The command id must be set by the subclass when a match occurs and can be used to identify the actual command being invoked.