C# 클래스 VSEmbed.Controls.TextViewHost

A WPF control that embeds a Visual Studio editor.
상속: System.Windows.Controls.ContentPresenter
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 프로퍼티들

프로퍼티 타입 설명
ContentTypeProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
TextViewHost ( ) : System

Creates a TextViewHost. VsMefContainerBuilder must be set up before creating this.

비공개 메소드들

메소드 설명
ContentType_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Text_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

TextViewHost() 공개 메소드

Creates a TextViewHost. VsMefContainerBuilder must be set up before creating this.
public TextViewHost ( ) : System
리턴 System

프로퍼티 상세

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

Identifies the ContentType dependency property.
public static DependencyProperty,System.Windows ContentTypeProperty
리턴 System.Windows.DependencyProperty

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

Identifies the Text dependency property.
public static DependencyProperty,System.Windows TextProperty
리턴 System.Windows.DependencyProperty