IPreference Interface
IPreference interface is used to save and load the preferences for the app editor.
It is implemented by the internal Framework.
The app developer must get IPreference by the Preference property of IEditorBase.
IEditorBase is passed to the Editor activity at the time of creation/initialization.
Syntax
'Declaration Public Interface IPreference
'Usage Dim instance As IPreference
public interface IPreference
public interface class IPreference
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