Compartir a través de


EditorOptionDefinition<T>.ValueType (Propiedad)

Obtiene el tipo real de la opción.

Espacio de nombres:  Microsoft.VisualStudio.Text.Editor
Ensamblado:  Microsoft.VisualStudio.Text.Logic (en Microsoft.VisualStudio.Text.Logic.dll)

Sintaxis

'Declaración
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

Valor de propiedad

Tipo: Type
Tipo de la opción.

Seguridad de .NET Framework

Vea también

Referencia

EditorOptionDefinition<T> Clase

Microsoft.VisualStudio.Text.Editor (Espacio de nombres)