ControlPropertyNameConverter.GetStandardValuesExclusive 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定內容傳回值,指出 GetStandardValues 方法傳回之標準值的集合是否為可能值的專有清單。
public:
override bool GetStandardValuesExclusive(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesExclusive : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesExclusive (context As ITypeDescriptorContext) As Boolean
參數
- context
- ITypeDescriptorContext
提供格式內容的 ITypeDescriptorContext,可用來擷取環境的其他資訊,而這個轉換子就是從此環境叫用。 這個參數或這個參數的屬性可為 null
。
傳回
在所有情況下都為 false
,表示清單不是專有的。
備註
方法 GetStandardValuesExclusive 一律會傳 false
回 ,指出 方法所 GetStandardValues 傳回的屬性值清單不是可能值的獨佔清單。
context
參數可以用於擷取環境的其他資訊,而這個轉換子就是從該環境叫用的。 此參數可以是 null
,而內容物件上的屬性可以傳回 null
。
給繼承者的注意事項
如果您想要轉換的類型支援標準值,請覆寫這個方法。