Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.