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

Handles ZenSharp commands passed to the attached view.
Наследование: CommandTargetBase
Показать файл Открыть проект

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

Метод Описание
Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
ZenSharpCommandTarget ( ViewContext view, ICompletionBroker completionBroker ) : System

Initializes a new instance of the ZenSharpCommandTarget class.

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

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

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

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

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

Initializes a new instance of the ZenSharpCommandTarget class.
public ZenSharpCommandTarget ( ViewContext view, ICompletionBroker completionBroker ) : System
view ViewContext Context of the view to operate on.
completionBroker ICompletionBroker The completion broker to control intellisense UI.
Результат System