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

The AppKit.TextKit.Formatter.LanguageFormatCommand defines a formatting command that can be added to a AppKit.TextKit.Formatter.LanguageDescriptor. When a document editor is using the given AppKit.TextKit.Formatter.LanguageDescriptor, the AppKit.TextKit.Formatter.LanguageFormatCommands it defines will be added to the Formatting Menu.
상속: NSObject
파일 보기 프로젝트 열기: xamarin/mac-samples 1 사용 예제들

공개 메소드들

메소드 설명
LanguageFormatCommand ( ) : System

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

LanguageFormatCommand ( string title ) : System

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

LanguageFormatCommand ( string title, string prefix ) : System

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

LanguageFormatCommand ( string title, string prefix, string postfix ) : System

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

메소드 상세

LanguageFormatCommand() 공개 메소드

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

LanguageFormatCommand() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
public LanguageFormatCommand ( string title ) : System
title string The title for the menu item.
리턴 System

LanguageFormatCommand() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
public LanguageFormatCommand ( string title, string prefix ) : System
title string The title for the menu item.
prefix string The prefix to insert.
리턴 System

LanguageFormatCommand() 공개 메소드

Initializes a new instance of the AppKit.TextKit.Formatter.LanguageFormatCommand class.
public LanguageFormatCommand ( string title, string prefix, string postfix ) : System
title string The title for the menu item.
prefix string The prefix to insert.
postfix string The postfix to insert.
리턴 System