
Declaration Syntax
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)