Click or drag to resize

MacroPluginRegisterResource Method (Uri, String)

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

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public void RegisterResource(
	Uri aResourceUri,
	string aResourceId = null
)

Parameters

aResourceUri
Type: SystemUri
the Uri used to load the Resources from.
aResourceId (Optional)
Type: SystemString
an additional id that should be used if more than one XAML need to be registered for a template
See Also