C# Class Emmet.EditorExtensions.ZenSharpCommandTarget

Handles ZenSharp commands passed to the attached view.
Inheritance: CommandTargetBase
ファイルを表示 Open project: sergey-rybalkin/emmet.net

Public Methods

Method Description
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.

Protected Methods

Method Description
GetCommandStatus ( uint commandId ) : OLECMDF

Method Details

Exec() public method

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
return int

GetCommandStatus() protected method

protected GetCommandStatus ( uint commandId ) : OLECMDF
commandId uint
return OLECMDF

ZenSharpCommandTarget() public method

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.
return System