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.
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
- 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.