IEditorOptionValue Interface
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.
The value of an editor option.
public interface IEditorOptionValue
type IEditorOptionValue = interface
Public Interface IEditorOptionValue
- Derived
Properties
Error |
The error that occurred during the retrieval of the editor option value. Error is |
Succeeded |
Gets a value indicating whether Error is |
Methods
Value<T>() |
Gets the value converted to the type |
ValueOrDefault<T>(T) |
Gets the value converted to the type |