EditorOptionDefinition.ValueType Property

Gets the actual type of the option. This is used to ensure that setting the option by using the editor options registry is type-safe.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property ValueType As Type
public abstract Type ValueType { get; }
public:
virtual property Type^ ValueType {
    Type^ get () abstract;
}
abstract ValueType : Type
abstract function get ValueType () : Type

Property Value

Type: System.Type
The type of the option.

.NET Framework Security

See Also

Reference

EditorOptionDefinition Class

Microsoft.VisualStudio.Text.Editor Namespace