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

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

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[]