Partilhar via


Propriedade EditorOptionDefinition<T>.ValueType

Obtém o tipo real da opção.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.Logic (em Microsoft.VisualStudio.Text.Logic.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Type
O tipo da opção.

Segurança do .NET Framework

Consulte também

Referência

EditorOptionDefinition<T> Classe

Namespace Microsoft.VisualStudio.Text.Editor