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 with get
override ValueType : Type with get
override final function get ValueType () : Type
Property Value
Type: System.Type
The type of the option.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.