C# 클래스 RazorPad.UI.Editors.AggregatedLanguageBinding

Aggregates multiple ILanguageBinding instances to allow more than one language binding for a filename extension.
상속: ILanguageBinding
파일 보기 프로젝트 열기: RazorPad/RazorPad

공개 프로퍼티들

프로퍼티 타입 설명
NullLanguageBinding AggregatedLanguageBinding

공개 메소드들

메소드 설명
AggregatedLanguageBinding ( IEnumerable bindings ) : System
Attach ( ITextEditor editor ) : void
Detach ( ) : void

메소드 상세

AggregatedLanguageBinding() 공개 메소드

public AggregatedLanguageBinding ( IEnumerable bindings ) : System
bindings IEnumerable
리턴 System

Attach() 공개 메소드

public Attach ( ITextEditor editor ) : void
editor ITextEditor
리턴 void

Detach() 공개 메소드

public Detach ( ) : void
리턴 void

프로퍼티 상세

NullLanguageBinding 공개적으로 정적으로 프로퍼티

public static AggregatedLanguageBinding,RazorPad.UI.Editors NullLanguageBinding
리턴 AggregatedLanguageBinding