Click or drag to resize

NavigatorSelectorFactoryResolverInitialize Method

Called after Factory initialization. It is also called if LoadedAssemblyChanged has been executed. This will be only called one time per extension only.

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public void Initialize(
	IEnumerable<IFactoryTypeInfo> factoryInfoTypes
)

Parameters

factoryInfoTypes
Type: System.Collections.GenericIEnumerableIFactoryTypeInfo
A collection of known factory types.

Implements

IFactoryExtensionInitialize(IEnumerableIFactoryTypeInfo)
See Also