Freigeben über


EditorOptionDefinition<T>.ValueType-Eigenschaft

Ruft den tatsächlichen Typ der Option ab.

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

Eigenschaftswert

Typ: Type
Der Typ der Option.

.NET Framework-Sicherheit

Siehe auch

Referenz

EditorOptionDefinition<T> Klasse

Microsoft.VisualStudio.Text.Editor-Namespace