共用方式為


FontUnitConverter.GetStandardValuesSupported(ITypeDescriptorContext) 方法

定義

使用指定的格式內容,傳回數值以指示自這個方法呼叫的 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 ,指出這個類別支援可從清單中挑選的標準值集。

適用於

另請參閱