C# Class ShowMenuItem.ShowMenuItem_ShowActionHandler
ファイルを表示
Open project: citizenmatt/ReSharperExtensionManager
Public Methods
Method |
Description |
|
Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
|
|
Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
|
|
Method Details
public Execute ( IDataContext context, DelegateExecute nextExecute ) : void |
context |
IDataContext |
|
nextExecute |
DelegateExecute |
|
return |
void |
|
public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool |
context |
IDataContext |
|
presentation |
ActionPresentation |
|
nextUpdate |
DelegateUpdate |
|
return |
bool |
|