C# 클래스 Emmet.EditorExtensions.CommandTargetBase

Base class for Emmet command targets.
상속: IOleCommandTarget
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net

공개 메소드들

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