| Visual Basic | |
|---|---|
Public meCmdType As EdmCmdType | |
| C# | |
|---|---|
public EdmCmdType meCmdType | |
| C++/CLI | |
|---|---|
public: EdmCmdType meCmdType | |
Field Value
Type of command as defined in EdmCmdTypeTo use this command in your add-in, you must subscribe to it using IEdmCmdMgr5::AddCmd and IEdmCmdMgr5::AddHook.