C# Class VSEmbed.Controls.TextViewHost

A WPF control that embeds a Visual Studio editor.
Inheritance: System.Windows.Controls.ContentPresenter
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Свойство Type Description
ContentTypeProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
TextViewHost ( ) : System

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

Private Methods

Méthode Description
ContentType_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Text_Changed ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

TextViewHost() public méthode

Creates a TextViewHost. VsMefContainerBuilder must be set up before creating this.
public TextViewHost ( ) : System
Résultat System

Property Details

ContentTypeProperty public_oe static_oe property

Identifies the ContentType dependency property.
public static DependencyProperty,System.Windows ContentTypeProperty
Résultat System.Windows.DependencyProperty

TextProperty public_oe static_oe property

Identifies the Text dependency property.
public static DependencyProperty,System.Windows TextProperty
Résultat System.Windows.DependencyProperty