Click or drag to resize

IComposablePartFactoryGetPart Method

Gets the part for the specified context.

Namespace:  TomsToolbox.Wpf.Composition
Assembly:  TomsToolbox.Wpf.Composition (in TomsToolbox.Wpf.Composition.dll)
Syntax
Object? GetPart(
	Object? compositionContext
)

Parameters

compositionContext
Type: SystemObject
The composition context.

Return Value

Type: Object
The part to be used in composition.
See Also