C# Класс VSEmbed.Controls.TextViewHost

A WPF control that embeds a Visual Studio editor.
Наследование: System.Windows.Controls.ContentPresenter
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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