Click or drag to resize

MacroPluginRegisterResource Method (String)

Register the resource dictionary given by the relative Uri-String to the main WPF application resources

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void RegisterResource(
	string aResourcePath
)

Parameters

aResourcePath
Type: SystemString
the Uri used to load the Resources from. Only the path part should be specified
See Also