C# Класс MySql.Data.VisualStudio.Editors.VSCodeEditorWindow

Наследование: System.Windows.Forms.NativeWindow, System.Windows.Forms.IMessageFilter, IOleCommandTarget, IDisposable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
DestroyHandle ( ) : void
Dispose ( ) : void
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int

Executes a specified command or displays help for a command.

PreFilterMessage ( Message &m ) : bool

Filters out a message before it is dispatched

QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Queries the object for the status of one or more commands generated by user interface events.

SetFocus ( ) : void
SetWindowPos ( Rectangle r ) : void
VSCodeEditorWindow ( ServiceBroker sb, UserControl parent ) : System

Описание методов

DestroyHandle() публичный Метод

public DestroyHandle ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Exec() публичный Метод

Executes a specified command or displays help for a command.
public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid Pointer to command group
nCmdID uint Identifier of command to execute
nCmdexecopt uint Options for executing the command
pvaIn System.IntPtr Pointer to input arguments
pvaOut System.IntPtr Pointer to command output
Результат int

PreFilterMessage() публичный Метод

Filters out a message before it is dispatched
public PreFilterMessage ( Message &m ) : bool
m System.Windows.Forms.Message The message to be dispatched. You cannot modify this message.
Результат bool

QueryStatus() публичный Метод

Queries the object for the status of one or more commands generated by user interface events.
public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid Pointer to command group
cCmds uint Number of commands in prgCmds array
prgCmds OLECMD Array of commands
pCmdText System.IntPtr Pointer to name or status of command
Результат int

SetFocus() публичный Метод

public SetFocus ( ) : void
Результат void

SetWindowPos() публичный Метод

public SetWindowPos ( Rectangle r ) : void
r System.Drawing.Rectangle
Результат void

VSCodeEditorWindow() публичный Метод

public VSCodeEditorWindow ( ServiceBroker sb, UserControl parent ) : System
sb ServiceBroker
parent System.Windows.Forms.UserControl
Результат System