C# 클래스 Emmet.EditorExtensions.ZenSharpCommandTarget

Handles ZenSharp commands passed to the attached view.
상속: CommandTargetBase
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net

공개 메소드들

메소드 설명
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