Click or drag to resize

ModuleResourceUriAttribute Constructor

Initializes a new instance of the ModuleResourceUriAttribute class.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public ModuleResourceUriAttribute(
	string uri
)

Parameters

uri
Type: SystemString
The URI of the resource.
See Also