IEditorConfig Interface
IEditorConfig must be implemented. This interface is used to initialize, save, load, and create an activity (tab) in
the app editor.
IEditorConfig is responsible for implementing the logic for saving and loading app data.
IEditorConfig is also responsible for creating an activitys (tab) and giving it to IEditorBase.
Syntax
'Declaration Public Interface IEditorConfig
'Usage Dim instance As IEditorConfig
public interface IEditorConfig
public interface class IEditorConfig
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