共用方式為


EditorOptionDefinition.ValueType 屬性

取得選項的實際型別。 這可用於確保使用編輯器選項登錄來設定選項是型別安全的。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.Logic (在 Microsoft.VisualStudio.Text.Logic.dll 中)

語法

'宣告
Public MustOverride ReadOnly Property ValueType As Type
public abstract Type ValueType { get; }
public:
virtual property Type^ ValueType {
    Type^ get () abstract;
}
abstract ValueType : Type with get
abstract function get ValueType () : Type

屬性值

類型:Type
選項的型別。

.NET Framework 安全性

請參閱

參考

EditorOptionDefinition 類別

Microsoft.VisualStudio.Text.Editor 命名空間