Méthode | Description | |
---|---|---|
BaseCommand ( EditorConfigPackage package, |
Initializes a new instance of the BaseCommand class.
|
|
OnBeforeQueryStatus ( ) : void |
Called to update the current status of the command.
|
|
OnExecute ( ) : void |
Called to execute the command.
|
Méthode | Description | |
---|---|---|
BaseCommand_BeforeQueryStatus ( object sender, |
Handles the BeforeQueryStatus event of the BaseCommand control.
|
|
BaseCommand_Execute ( object sender, |
Handles the Execute event of the BaseCommand control.
|
protected BaseCommand ( EditorConfigPackage package, |
||
package | EditorConfigPackage | The hosting package. |
id | The id for the command. | |
Résultat | System |