Silverlight SDK for Microsoft Bing
ResourcePath Constructor (assemblyName, resourceId)
OverviewSystem.WindowsResourcePathResourcePath(String, String)
Initializes an instance of the ResourcePath object.
Declaration Syntax
C#Visual BasicVisual C++
public ResourcePath(
	string assemblyName,
	string resourceId
)
Public Sub New ( _
	assemblyName As String, _
	resourceId As String _
)
public:
ResourcePath(
	String^ assemblyName, 
	String^ resourceId
)
Parameters
assemblyName (String)
Identifies the assembly in which the resource resides using the short name of that assembly
resourceId (String)
Identifies the resource proper

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