Silverlight SDK for Microsoft Bing
TryLoadXaml Method (xaml)
OverviewSystem.Windows.ControlsResourceControlTryLoadXaml(String)
Attempts to load raw Xaml into the ResourceControl
Declaration Syntax
C#Visual BasicVisual C++
public bool TryLoadXaml(
	string xaml
)
Public Function TryLoadXaml ( _
	xaml As String _
) As Boolean
public:
bool TryLoadXaml(
	String^ xaml
)
Parameters
xaml (String)
The raw Xaml to load
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)