SharedWindowDeserializeXaml Method
Instances and returns the object declared in XAML.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static Object DeserializeXaml(
string xaml
)
Public Shared Function DeserializeXaml (
xaml As String
) As Object
- xaml String
- Valid XAML markup text.
ObjectObject with the object declared in XAML.