FontUnitConverter.GetStandardValuesSupported(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的格式內容,傳回數值以指示自這個方法呼叫的 FontUnitConverter 類別的執行個體是否支援從清單中挑選出的一組標準值。
public:
override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
public override bool GetStandardValuesSupported (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValuesSupported : System.ComponentModel.ITypeDescriptorContext -> bool
Public Overrides Function GetStandardValuesSupported (context As ITypeDescriptorContext) As Boolean
參數
- context
- ITypeDescriptorContext
ITypeDescriptorContext,提供型別轉換子內容的相關資訊。
傳回
所有情況下都是 true
。
備註
GetStandardValuesSupported使用 方法來判斷從 呼叫這個方法的 FontUnitConverter 類別實例是否支援使用指定的格式內容,從清單中挑選的標準值集。 這個方法會覆寫為永遠傳回 true
,指出這個類別支援可從清單中挑選的標準值集。