EditorPreferences Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convenience class for setting Editor Preferences with Application.productName as key prefix.
public ref class EditorPreferences abstract sealed
public static class EditorPreferences
type EditorPreferences = class
Public Class EditorPreferences
- Inheritance
-
EditorPreferences
Methods
Get(String, Boolean) |
Get the saved Boolean from the EditorPrefs. |
Get(String, Int32) |
Get the saved Int32 from the EditorPrefs. |
Get(String, Single) |
Get the saved Single from the EditorPrefs. |
Get(String, String) |
Get the saved String from theEditorPrefs. |
Set(String, Boolean) |
Set the saved Boolean from to EditorPrefs. |
Set(String, Int32) |
Set the saved Int32 from theEditorPrefs. |
Set(String, Single) |
Set the saved Single from the EditorPrefs. |
Set(String, String) |
Set the saved String from to EditorPrefs. |