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

Deals with operations on controls which also require access to internal XML properties of the XAML Document.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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