Метод | Описание | |
---|---|---|
CreateCommandBar ( System.Guid id, NiCommandBarKind kind, int priority, INiCommandBar &commandBar ) : HResult | ||
CreateCommandBarButton ( System.Guid id, int priority, INiCommandBarButton &button ) : HResult | ||
CreateCommandBarButton ( System.Guid id, int priority, string code, INiCommandBarButton &button ) : HResult | ||
CreateCommandBarComboBox ( System.Guid id, System.Guid fillCommand, int priority, INiCommandBarComboBox &comboBox ) : HResult | ||
CreateCommandBarGroup ( System.Guid id, int priority, INiCommandBarGroup &group ) : HResult | ||
CreateCommandBarLabel ( System.Guid id, int priority, INiCommandBarLabel &label ) : HResult | ||
CreateCommandBarPopup ( System.Guid id, int priority, INiCommandBarPopup &popup ) : HResult | ||
CreateCommandBarTextBox ( System.Guid id, int priority, INiCommandBarTextBox &textBox ) : HResult | ||
CreateCommandBarWindow ( System.Guid id, INiWindowPane &commandBar ) : HResult | ||
Exec ( System.Guid command, object argument, object &result ) : HResult | ||
FindCommandBar ( System.Guid id, INiCommandBar &commandBar ) : HResult | ||
FindCommandBarControl ( System.Guid id, INiCommandBarControl &command ) : HResult | ||
FindCommandBarGroup ( System.Guid id, INiCommandBarGroup &group ) : HResult | ||
FindCommandBarPopup ( System.Guid id, INiCommandBarPopup &command ) : HResult | ||
InitializeKeyboardMappings ( ) : void | ||
LoadFromResources ( INiPackage package, IResource resource ) : void | ||
LoadKeyboardMappings ( INiKeyboardMappings &mappings ) : HResult | ||
NiCommandManager ( IServiceProvider serviceProvider ) : System | ||
QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult | ||
RegisterCommandTarget ( INiCommandTarget commandTarget, int &cookie ) : HResult | ||
RegisterPriorityCommandTarget ( INiCommandTarget commandTarget, int &cookie ) : HResult | ||
SaveKeyboardMappings ( INiKeyboardMappings mappings ) : HResult | ||
UnregisterCommandTarget ( int cookie ) : HResult | ||
UnregisterPriorityCommandTarget ( int cookie ) : HResult |
Метод | Описание | |
---|---|---|
GetCommandTargets ( ) : IEnumerable |
public CreateCommandBar ( System.Guid id, NiCommandBarKind kind, int priority, INiCommandBar &commandBar ) : HResult | ||
id | System.Guid | |
kind | NiCommandBarKind | |
priority | int | |
commandBar | INiCommandBar | |
Результат | HResult |
public CreateCommandBarButton ( System.Guid id, int priority, INiCommandBarButton &button ) : HResult | ||
id | System.Guid | |
priority | int | |
button | INiCommandBarButton | |
Результат | HResult |
public CreateCommandBarButton ( System.Guid id, int priority, string code, INiCommandBarButton &button ) : HResult | ||
id | System.Guid | |
priority | int | |
code | string | |
button | INiCommandBarButton | |
Результат | HResult |
public CreateCommandBarComboBox ( System.Guid id, System.Guid fillCommand, int priority, INiCommandBarComboBox &comboBox ) : HResult | ||
id | System.Guid | |
fillCommand | System.Guid | |
priority | int | |
comboBox | INiCommandBarComboBox | |
Результат | HResult |
public CreateCommandBarGroup ( System.Guid id, int priority, INiCommandBarGroup &group ) : HResult | ||
id | System.Guid | |
priority | int | |
group | INiCommandBarGroup | |
Результат | HResult |
public CreateCommandBarLabel ( System.Guid id, int priority, INiCommandBarLabel &label ) : HResult | ||
id | System.Guid | |
priority | int | |
label | INiCommandBarLabel | |
Результат | HResult |
public CreateCommandBarPopup ( System.Guid id, int priority, INiCommandBarPopup &popup ) : HResult | ||
id | System.Guid | |
priority | int | |
popup | INiCommandBarPopup | |
Результат | HResult |
public CreateCommandBarTextBox ( System.Guid id, int priority, INiCommandBarTextBox &textBox ) : HResult | ||
id | System.Guid | |
priority | int | |
textBox | INiCommandBarTextBox | |
Результат | HResult |
public CreateCommandBarWindow ( System.Guid id, INiWindowPane &commandBar ) : HResult | ||
id | System.Guid | |
commandBar | INiWindowPane | |
Результат | HResult |
public Exec ( System.Guid command, object argument, object &result ) : HResult | ||
command | System.Guid | |
argument | object | |
result | object | |
Результат | HResult |
public FindCommandBar ( System.Guid id, INiCommandBar &commandBar ) : HResult | ||
id | System.Guid | |
commandBar | INiCommandBar | |
Результат | HResult |
public FindCommandBarControl ( System.Guid id, INiCommandBarControl &command ) : HResult | ||
id | System.Guid | |
command | INiCommandBarControl | |
Результат | HResult |
public FindCommandBarGroup ( System.Guid id, INiCommandBarGroup &group ) : HResult | ||
id | System.Guid | |
group | INiCommandBarGroup | |
Результат | HResult |
public FindCommandBarPopup ( System.Guid id, INiCommandBarPopup &command ) : HResult | ||
id | System.Guid | |
command | INiCommandBarPopup | |
Результат | HResult |
public InitializeKeyboardMappings ( ) : void | ||
Результат | void |
public LoadFromResources ( INiPackage package, IResource resource ) : void | ||
package | INiPackage | |
resource | IResource | |
Результат | void |
public LoadKeyboardMappings ( INiKeyboardMappings &mappings ) : HResult | ||
mappings | INiKeyboardMappings | |
Результат | HResult |
public NiCommandManager ( IServiceProvider serviceProvider ) : System | ||
serviceProvider | IServiceProvider | |
Результат | System |
public QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult | ||
command | System.Guid | |
status | NiCommandStatus | |
Результат | HResult |
public RegisterCommandTarget ( INiCommandTarget commandTarget, int &cookie ) : HResult | ||
commandTarget | INiCommandTarget | |
cookie | int | |
Результат | HResult |
public RegisterPriorityCommandTarget ( INiCommandTarget commandTarget, int &cookie ) : HResult | ||
commandTarget | INiCommandTarget | |
cookie | int | |
Результат | HResult |
public SaveKeyboardMappings ( INiKeyboardMappings mappings ) : HResult | ||
mappings | INiKeyboardMappings | |
Результат | HResult |
public UnregisterCommandTarget ( int cookie ) : HResult | ||
cookie | int | |
Результат | HResult |
public UnregisterPriorityCommandTarget ( int cookie ) : HResult | ||
cookie | int | |
Результат | HResult |