Silverlight SDK for Microsoft Bing
LoadResource Method (assemblyType, resourceName)
OverviewSystem.Windows.ControlsToolbarButtonLoadResource(Type, String)
Loads a Xaml resource from an assembly
Declaration Syntax
C#Visual BasicVisual C++
public override void LoadResource(
	Type assemblyType,
	string resourceName
)
Public Overrides Sub LoadResource ( _
	assemblyType As Type, _
	resourceName As String _
)
public:
virtual void LoadResource(
	Type^ assemblyType, 
	String^ resourceName
) override
Parameters
assemblyType (Type)
The Type which identifies the assembly
resourceName (String)
The identifier for the resource including namespace
See Also

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)