EditorOptionDefinition<T>.ValueType 属性

获取选项的实际类型。

命名空间:  Microsoft.VisualStudio.Text.Editor
程序集:  Microsoft.VisualStudio.Text.Logic(在 Microsoft.VisualStudio.Text.Logic.dll 中)

语法

声明
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

属性值

类型:Type
选项的类型。

.NET Framework 安全性

请参阅

参考

EditorOptionDefinition<T> 类

Microsoft.VisualStudio.Text.Editor 命名空间