UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValuesSupported 方法

定義

傳回值,指出這個轉換器是否支援可從清單中選取的控制項 ID 值集合。

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

格式內容。

傳回

如果應呼叫 GetStandardValues(ITypeDescriptorContext) 以尋找物件支援的通用控制項 ID 值集合則為 true,否則為 false。 預設為 true

適用於