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