EditorOptionDefinition<T>.ValueType Property

Gets the actual type of the option.

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

Syntax

'Declaration
Public Overrides NotOverridable ReadOnly Property ValueType As Type
public override sealed Type ValueType { get; }
public:
virtual property Type^ ValueType {
    Type^ get () override sealed;
}
abstract ValueType : Type
override ValueType : Type
override final function get ValueType () : Type

Property Value

Type: System.Type
The type of the option.

.NET Framework Security

See Also

Reference

EditorOptionDefinition<T> Class

Microsoft.VisualStudio.Text.Editor Namespace