Silverlight SDK for Microsoft Bing
ResourcePath Constructor (assemblyType, resourceId)
OverviewSystem.WindowsResourcePathResourcePath(Type, String)
Initializes an instance of the ResourcePath object.
Declaration Syntax
C#Visual BasicVisual C++
public ResourcePath(
	Type assemblyType,
	string resourceId
)
Public Sub New ( _
	assemblyType As Type, _
	resourceId As String _
)
public:
ResourcePath(
	Type^ assemblyType, 
	String^ resourceId
)
Parameters
assemblyType (Type)
Identifies the assembly in which the resource resides using a type from 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)