C# 클래스 Emmet.EditorExtensions.EmmetCommandTarget

Handles Emmet commands passed to the attached view.
상속: CommandTargetBase
파일 보기 프로젝트 열기: sergey-rybalkin/emmet.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
HighlightTabStops void
InterceptNativeEvents bool
TryExpandAbbreviation bool
TryWrapAbbreviation bool

공개 메소드들

메소드 설명
EmmetCommandTarget ( ViewContext view, ICompletionBroker completionBroker ) : System

Initializes a new instance of the EmmetCommandTarget class.

Exec ( System.Guid &pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut ) : int
GetTabStopsToHighlight ( ) : Span[]

Gets tab stops from the associated view that should be highlighted.

비공개 메소드들

메소드 설명
HighlightTabStops ( ) : void
InterceptNativeEvents ( uint nCmdID ) : bool
TryExpandAbbreviation ( ) : bool
TryWrapAbbreviation ( ) : bool

메소드 상세

EmmetCommandTarget() 공개 메소드

Initializes a new instance of the EmmetCommandTarget class.
public EmmetCommandTarget ( ViewContext view, ICompletionBroker completionBroker ) : System
view ViewContext
completionBroker ICompletionBroker The completion broker to control intellisense UI.
리턴 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

GetTabStopsToHighlight() 공개 메소드

Gets tab stops from the associated view that should be highlighted.
public GetTabStopsToHighlight ( ) : Span[]
리턴 Span[]