Initialize Method
Initializes the editor with IEditorBase, which holds this activity.
Syntax
'Declaration Public Sub Initialize( _ ByVal editorBase As IEditorBase _ )
'Usage Dim instance As EditorActivityViewModelBase Dim editorBase As IEditorBase instance.Initialize(editorBase)
public void Initialize( IEditorBase editorBase )
public: void Initialize( IEditorBase^ editorBase )
Parameters
- editorBase
- editorBase which is the container
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also