
Declaration Syntax
Public Function TryLoadXaml ( _
uri As Uri _
) As Boolean
public:
bool TryLoadXaml(
Uri^ uri
)

Parameters
- uri (Uri)
- The Uri where the Xaml is located

Return Value
A boolean value indicating whether the Xaml was well-formed and could be properly loaded
Assembly:
System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)