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

Deals with operations on controls which also require access to internal XML properties of the XAML Document.
파일 보기 프로젝트 열기: icsharpcode/WpfDesigner 1 사용 예제들

공개 메소드들

메소드 설명
Copy ( ICollection designItems ) : void

Copy designItems from the designer to clipboard.

Cut ( ICollection designItems ) : void

Copy designItems from the designer to clipboard.

Paste ( ) : void

Paste items from clipboard into the designer.

XamlEditOperations ( XamlDesignContext context, XamlParserSettings settings ) : System

비공개 메소드들

메소드 설명
AddInParent ( DesignItem parent, IList pastedItems ) : void

Adds Items under a parent given that the content property is collection and can add types of pastedItems

메소드 상세

Copy() 공개 메소드

Copy designItems from the designer to clipboard.
public Copy ( ICollection designItems ) : void
designItems ICollection
리턴 void

Cut() 공개 메소드

Copy designItems from the designer to clipboard.
public Cut ( ICollection designItems ) : void
designItems ICollection
리턴 void

Paste() 공개 메소드

Paste items from clipboard into the designer.
public Paste ( ) : void
리턴 void

XamlEditOperations() 공개 메소드

public XamlEditOperations ( XamlDesignContext context, XamlParserSettings settings ) : System
context XamlDesignContext
settings ICSharpCode.WpfDesign.XamlDom.XamlParserSettings
리턴 System