ReferenceConverter.IsValueAllowed(ITypeDescriptorContext, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出特定值是否可以加入至標準值集合。
protected:
virtual bool IsValueAllowed(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value);
protected virtual bool IsValueAllowed (System.ComponentModel.ITypeDescriptorContext context, object value);
abstract member IsValueAllowed : System.ComponentModel.ITypeDescriptorContext * obj -> bool
override this.IsValueAllowed : System.ComponentModel.ITypeDescriptorContext * obj -> bool
Protected Overridable Function IsValueAllowed (context As ITypeDescriptorContext, value As Object) As Boolean
參數
- context
- ITypeDescriptorContext
提供其他內容的 ITypeDescriptorContext。
- value
- Object
要檢查的值。
傳回
如果值是允許且可以加入至標準值集合,則為 true
;如果值不可加入至標準值集合,則為 false
。
備註
這個方法會針對符合與此 相關聯的 ReferenceConverter 型別,以及找到屬於相關聯型別的每個元件,呼叫這個方法。 根據預設,這個方法會傳 true
回 ,也就是說,它允許將值新增至標準值集合。
給繼承者的注意事項
當您不想將值新增至標準值集合時,請覆寫此方法。