C# Класс ICSharpCode.WpfDesign.Designer.Xaml.XamlDesignContext

The design context implementation used when editing XAML.
Наследование: DesignContext
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
OpenGroup ( string changeGroupTitle, ICollection affectedItems ) : ChangeGroup

Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.

Save ( System writer ) : void

Saves the XAML DOM into the XML writer.

XamlDesignContext ( XmlReader xamlReader, XamlLoadSettings loadSettings ) : System

Creates a new XamlDesignContext instance.

Описание методов

OpenGroup() публичный Метод

Opens a new change group used to batch several changes. ChangeGroups work as transactions and are used to support the Undo/Redo system.
public OpenGroup ( string changeGroupTitle, ICollection affectedItems ) : ChangeGroup
changeGroupTitle string
affectedItems ICollection
Результат ChangeGroup

Save() публичный Метод

Saves the XAML DOM into the XML writer.
public Save ( System writer ) : void
writer System
Результат void

XamlDesignContext() публичный Метод

Creates a new XamlDesignContext instance.
public XamlDesignContext ( XmlReader xamlReader, XamlLoadSettings loadSettings ) : System
xamlReader System.Xml.XmlReader
loadSettings XamlLoadSettings
Результат System