Click or drag to resize

CommandSourceFactoryTGetPart Method

Gets the part for the specified context.

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

Parameters

compositionContext
Type: SystemObject
The composition context.

Return Value

Type: Object
The part to be used in composition.

Implements

IComposablePartFactoryGetPart(Object)
See Also