C# Класс ICSharpCode.WpfDesign.DesignContext

The context that the designer uses.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
OpenGroup ( string changeGroupTitle, ICollection affectedItems ) : ICSharpCode.WpfDesign.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 ( XmlWriter writer ) : void

Save the designed elements as XML.

Защищенные методы

Метод Описание
DesignContext ( ) : System.Collections.Generic

Creates a new DesignContext instance.

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

DesignContext() защищенный Метод

Creates a new DesignContext instance.
protected DesignContext ( ) : System.Collections.Generic
Результат System.Collections.Generic

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 abstract OpenGroup ( string changeGroupTitle, ICollection affectedItems ) : ICSharpCode.WpfDesign.ChangeGroup
changeGroupTitle string
affectedItems ICollection
Результат ICSharpCode.WpfDesign.ChangeGroup

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

Save the designed elements as XML.
public abstract Save ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
Результат void