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)
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 TomsToolbox.Wpf.Composition.Import.DataContext dependency property
Top
Attached Properties
  NameDescription
Public attached 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