Свойство | Тип | Описание | |
---|---|---|---|
ClearHost_Exec | void | ||
IOleCommandTarget | int | ||
IOleCommandTarget | int | ||
LoadConsoleEditor | void | ||
MoveFocus | void | ||
OnDispatcherStartCompleted | void | ||
OnDispatcherStartWaitingKey | void | ||
PendingFocusPane_Loaded | void | ||
PendingMoveFocus | void | ||
ProjectsList_Exec | void | ||
Projects_Exec | void | ||
SourcesList_Exec | void | ||
Sources_Exec | void | ||
StartConsoleSession | void | ||
StopHost_Exec | void |
Метод | Описание | |
---|---|---|
OnToolWindowCreated ( ) : void | ||
PowerConsoleToolWindow ( ) : System |
Standard constructor for the tool window.
|
Метод | Описание | |
---|---|---|
Initialize ( ) : void | ||
OnClose ( ) : void | ||
PreProcessMessage ( System &m ) : bool |
This override allows us to forward these messages to the editor instance as well
|
Метод | Описание | |
---|---|---|
ClearHost_Exec ( object sender, |
ClearHost command handler.
|
|
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Override to forward to editor or handle accordingly if supported by this tool window.
|
|
IOleCommandTarget ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
Override to forward to editor or handle accordingly if supported by this tool window.
|
|
LoadConsoleEditor ( ) : void | ||
MoveFocus ( |
||
OnDispatcherStartCompleted ( ) : void | ||
OnDispatcherStartWaitingKey ( object sender, |
||
PendingFocusPane_Loaded ( object sender, |
||
PendingMoveFocus ( |
Set pending focus to a console pane. At the time of setting active host, the pane (UIElement) is usually not loaded yet and can't receive focus. In this case, we need to set focus in its Loaded event.
|
|
ProjectsList_Exec ( object sender, |
||
Projects_Exec ( object sender, |
Called to retrieve current combo item name or to select a new item.
|
|
SourcesList_Exec ( object sender, |
||
Sources_Exec ( object sender, |
Called to retrieve current combo item name or to select a new item.
|
|
StartConsoleSession ( |
||
StopHost_Exec ( object sender, |
public PowerConsoleToolWindow ( ) : System | ||
Результат | System |
protected PreProcessMessage ( System &m ) : bool | ||
m | System | |
Результат | bool |