Click or drag to resize

VisualCompositionExportAttribute Constructor

Initializes a new instance of the VisualCompositionExportAttribute class.

Namespace:  TomsToolbox.Wpf.Composition.Mef
Assembly:  TomsToolbox.Wpf.Composition.Mef (in TomsToolbox.Wpf.Composition.Mef.dll)
Syntax
public VisualCompositionExportAttribute(
	params string[] targetRegions
)

Parameters

targetRegions
Type: SystemString
The names of the region(s) where this view should appear.
See Also