C# Класс Emmet.EditorExtensions.CommandTargetBase

Base class for Emmet command targets.
Наследование: IOleCommandTarget
Показать файл Открыть проект

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

Метод Описание
CommandTargetBase ( ViewContext view ) : System

Initializes a new instance of the CommandTargetBase class.

Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int

Защищенные методы

Метод Описание
GetCommandStatus ( uint commandId ) : OLECMDF

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

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

Initializes a new instance of the CommandTargetBase class.
public CommandTargetBase ( ViewContext view ) : System
view ViewContext Context of the view to operate on.
Результат System

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

public Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
pguidCmdGroup System.Guid
nCmdID uint
nCmdexecopt uint
pvaIn System.IntPtr
pvaOut System.IntPtr
Результат int

GetCommandStatus() защищенный Метод

protected GetCommandStatus ( uint commandId ) : OLECMDF
commandId uint
Результат OLECMDF

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

public QueryStatus ( System.Guid &pguidCmdGroup, uint cCmds, OLECMD prgCmds, IntPtr pCmdText ) : int
pguidCmdGroup System.Guid
cCmds uint
prgCmds OLECMD
pCmdText System.IntPtr
Результат int