Click or drag to resize

VisualCompositionExportAttribute Class

Attribute to apply to view models to support visual composition.
Inheritance Hierarchy

Namespace:  TomsToolbox.Wpf.Composition.Mef
Assembly:  TomsToolbox.Wpf.Composition.Mef (in TomsToolbox.Wpf.Composition.Mef.dll)
Syntax
[MetadataAttributeAttribute]
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class VisualCompositionExportAttribute : ExportAttribute, 
	IVisualCompositionMetadata

The VisualCompositionExportAttribute type exposes the following members.

Constructors
  NameDescription
Public methodVisualCompositionExportAttribute
Initializes a new instance of the VisualCompositionExportAttribute class.
Top
Properties
  NameDescription
Public propertyRole
Gets the role of the view model for visual composition.
Public propertySequence
Gets a sequence to support ordering of view model collections.
Public propertyTargetRegions
Gets the target regions for visual composition.
Top
Extension Methods
See Also