C# 클래스 ICSharpCode.WpfDesign.Designer.Xaml.XamlDesignContext

The design context implementation used when editing XAML.
상속: DesignContext
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

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