C# Класс ICSharpCode.WpfDesign.XamlDom.XamlStaticTools

Static methods to help with designer operations which require access to internal Xaml elements.
Показать файл Открыть проект

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

Метод Описание
GetXaml ( XamlObject xamlObject ) : string

Gets the Xaml string of the xamlObject

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

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

Gets the Xaml string of the xamlObject
public static GetXaml ( XamlObject xamlObject ) : string
xamlObject XamlObject The object whose Xaml is requested.
Результат string