Silverlight SDK for Microsoft Bing
TryLoadXaml Method (uri)
OverviewSystem.Windows.ControlsResourceControlTryLoadXaml(Uri)
Attempts to load raw Xaml into the ResourceControl from a Uri address.
Declaration Syntax
C#Visual BasicVisual C++
public bool TryLoadXaml(
	Uri uri
)
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)