Click or drag to resize

Import Class

A helper class to host attached properties for import.
Inheritance Hierarchy
SystemObject
  TomsToolbox.Wpf.CompositionImport

Namespace: TomsToolbox.Wpf.Composition
Assembly: TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public static class Import

The Import type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetDataContext Gets the data context type.
Public methodStatic memberSetDataContext Sets the data context type.
Top
Fields
 NameDescription
Public fieldStatic memberDataContextProperty Identifies the dependency property
Top
Attached Properties
 NameDescription
Public propertyDataContext Attach this property to inject a ImportBehavior with this type as the target for the data context into the attached object.
Top
See Also