메소드 | 설명 | |
---|---|---|
DynamicCommand ( IServiceProvider serviceProvider, EventHandler onExecute, |
Initializes a new instance of the DynamicCommand class.
|
메소드 | 설명 | |
---|---|---|
CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool |
Determines whether this instance can execute the specified command.
|
|
OnBeforeQueryStatus ( object sender, |
Called when [before query status].
|
protected CanExecute ( Microsoft.VisualStudio.Shell.OleMenuCommand command ) : bool | ||
command | Microsoft.VisualStudio.Shell.OleMenuCommand | The command. |
리턴 | bool |
public DynamicCommand ( IServiceProvider serviceProvider, EventHandler onExecute, |
||
serviceProvider | IServiceProvider | The service provider. |
onExecute | EventHandler | The on execute delegate. |
id | The command id. | |
리턴 | System |
protected OnBeforeQueryStatus ( object sender, |
||
sender | object | The sender. |
e | The |
|
리턴 | void |