共用方式為


ImageIndexConverter.IncludeNoneAsStandardValue 屬性

定義

取得值,指出 nonenull 值在 TypeConverter.StandardValuesCollection 集合中是否有效。

protected:
 virtual property bool IncludeNoneAsStandardValue { bool get(); };
protected virtual bool IncludeNoneAsStandardValue { get; }
member this.IncludeNoneAsStandardValue : bool
Protected Overridable ReadOnly Property IncludeNoneAsStandardValue As Boolean

屬性值

Boolean

如果 truenone 值在標準值集合中是有效的,則為 null,否則為 false

備註

這個屬性一律會傳 true 回 ,但此行為可以在衍生類別中覆寫。

適用於