Executes a command verb.
[Visual Basic] Overrides Public Function Exec( _ ByRef pguidCmdGroup As Guid, _ ByVal nCmdID As Integer, _ ByVal nCmdexecopt As Integer, _ ByVal pvaIn() As Object, _ ByVal pvaOut As Integer _ ) As Integer [C#] public override int Exec( ref Guid pguidCmdGroup, int nCmdID, int nCmdexecopt, object[] pvaIn, int pvaOut ); [C++] public: override int Exec( Guid** pguidCmdGroup, int nCmdID, int nCmdexecopt, Object* pvaIn[], int pvaOut ); [JScript] public override function Exec( pguidCmdGroup : Guid, nCmdID : int, nCmdexecopt : int, pvaIn : Object[], pvaOut : int ) : int;
This method is called by the VS shell.
TemplatedControlDesigner Class | TemplatedControlDesigner Members | System.Web.UI.Design Namespace | CommandID | IMenuCommandService | MenuCommand