프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
DestroyHandle ( ) : void | ||
Dispose ( ) : void | ||
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
Executes a specified command or displays help for a command.
|
|
PreFilterMessage ( |
Filters out a message before it is dispatched
|
|
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
Queries the object for the status of one or more commands generated by user interface events.
|
|
SetFocus ( ) : void | ||
SetWindowPos ( |
||
VSCodeEditorWindow ( ServiceBroker sb, |
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, |
||
pguidCmdGroup | System.Guid | Pointer to command group |
nCmdID | uint | Identifier of command to execute |
nCmdexecopt | uint | Options for executing the command |
pvaIn | Pointer to input arguments | |
pvaOut | Pointer to command output | |
리턴 | int |
public PreFilterMessage ( |
||
m | The message to be dispatched. You cannot modify this message. | |
리턴 | bool |
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, |
||
pguidCmdGroup | System.Guid | Pointer to command group |
cCmds | uint | Number of commands in prgCmds array |
prgCmds | OLECMD | Array of commands |
pCmdText | Pointer to name or status of command | |
리턴 | int |
public VSCodeEditorWindow ( ServiceBroker sb, |
||
sb | ServiceBroker | |
parent | ||
리턴 | System |