ImageKeyConverter.IncludeNoneAsStandardValue 属性

定义

获取或设置一个值,此值指示 nullTypeConverter.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

在所有情况下均为 true,指示 null 在标准值集合中有效。

适用于