Click or drag to resize

IComposablePartFactory Interface

Interface to be implemented by all objects supporting visual composition and provide individual objects per context.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
public interface IComposablePartFactory

The IComposablePartFactory type exposes the following members.

Methods
  NameDescription
Public methodGetPart
Gets the part for the specified context.
Top
See Also