C# 클래스 AppKit.TextKit.Formatter.HTMLDescriptor

Defines how HTML should be colorized using a AppKit.TextKit.Formatter.LanguageFormatter.
This is a simplified, sample format provided as an example only. The HighlightSyntaxRegion method of the AppKit.TextKit.Formatter.LanguageFormatter would need to be modified to properly format HTML Keywords as the current version was designed for languages like C#, JavaScript or Visual Basic.
상속: LanguageDescriptor
파일 보기 프로젝트 열기: xamarin/mac-samples

공개 메소드들

메소드 설명
Define ( ) : void

Define this instance.

HTMLDescriptor ( ) : System

Initializes a new instance of the AppKit.TextKit.Formatter.HTMLDescriptor class.

메소드 상세

Define() 공개 메소드

Define this instance.
public Define ( ) : void
리턴 void

HTMLDescriptor() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.HTMLDescriptor class.
public HTMLDescriptor ( ) : System
리턴 System