Wpf specific version that allows specifying the creation op to use

Namespace: AppCan.wpf.Contexts
Assembly: AppCan.wpf (in AppCan.wpf.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
IContextDef GetNewOrExistingContextDef(
	string contextName,
	WpfContextControllerCreationOp creationOp
)
Visual Basic
Function GetNewOrExistingContextDef ( _
	contextName As String, _
	creationOp As WpfContextControllerCreationOp _
) As IContextDef
Visual C++
IContextDef^ GetNewOrExistingContextDef(
	String^ contextName, 
	WpfContextControllerCreationOp creationOp
)

Parameters

contextName
Type: System..::..String
The name of the context
creationOp
Type: AppCan.wpf.Application..::..WpfContextControllerCreationOp
None, ViewFirst (creates IView first), ViewModelFirst (creates IViewModel first)

Return Value

[Missing <returns> documentation for "M:AppCan.wpf.Contexts.IWpfContextManager.GetNewOrExistingContextDef(System.String,AppCan.wpf.Application.WpfContextControllerCreationOp)"]

See Also