Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
ICSharpCode
WpfDesign
XamlDom
XamlStaticTools
C# Class ICSharpCode.WpfDesign.XamlDom.XamlStaticTools
Static methods to help with designer operations which require access to internal Xaml elements.
ファイルを表示
Open project: icsharpcode/WpfDesigner
Public Methods
Method
Description
GetXaml
(
XamlObject
xamlObject
) :
string
Gets the Xaml string of the
xamlObject
Method Details
GetXaml()
public
static
method
Gets the Xaml string of the
xamlObject
public
static
GetXaml
(
XamlObject
xamlObject
) :
string
xamlObject
XamlObject
The object whose Xaml is requested.
return
string