C# 클래스 Microsoft.VisualStudio.Language.Spellchecker.SpellSmartTagAction

Smart tag actions for spelling suggestions.
상속: ISmartTagAction
파일 보기 프로젝트 열기: NoahRic/Spellchecker

공개 메소드들

메소드 설명
Invoke ( ) : void

This method is executed when action is selected in the context menu.

SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel

Constructor for spelling suggestions smart tag actions.

메소드 상세

Invoke() 공개 메소드

This method is executed when action is selected in the context menu.
public Invoke ( ) : void
리턴 void

SpellSmartTagAction() 공개 메소드

Constructor for spelling suggestions smart tag actions.
public SpellSmartTagAction ( ITrackingSpan span, string replaceWith, bool enabled ) : System.Collections.ObjectModel
span ITrackingSpan Word to replace.
replaceWith string Text to replace misspelled word with.
enabled bool Enable/disable this action.
리턴 System.Collections.ObjectModel