共用方式為


FontConverter.FontNameConverter.GetStandardValuesSupported 方法

定義

判斷這個物件是否支援可從清單選取的標準值集。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 override bool GetStandardValuesSupported(System::ComponentModel::ITypeDescriptorContext ^ context);
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,可以用來擷取環境的其他資訊,而這個轉換子就是從這個環境叫用的。 這可能是 null,所以您要隨時檢查。 此外,內容物件上的屬性可能會傳回 null

傳回

如果應該呼叫 true 以尋找物件支援的通用值集合則為 GetStandardValues,否則為 false

適用於