UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues 方法

定義

IDesignerHost 物件內的容器,針對指定格式內容傳回控制項識別碼集合。

public:
 override System::ComponentModel::TypeConverter::StandardValuesCollection ^ GetStandardValues(System::ComponentModel::ITypeDescriptorContext ^ context);
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues (System.ComponentModel.ITypeDescriptorContext context);
override this.GetStandardValues : System.ComponentModel.ITypeDescriptorContext -> System.ComponentModel.TypeConverter.StandardValuesCollection
Public Overrides Function GetStandardValues (context As ITypeDescriptorContext) As TypeConverter.StandardValuesCollection

參數

context
ITypeDescriptorContext

可用於取得環境詳細資訊的內容,該環境為叫用這個轉換子的來源。 此參數與其屬性可以是 null

傳回

TypeConverter.StandardValuesCollection

可代表目前容器中之控制項識別碼的字串集合。 如果目前容器中沒有控制項,方法會傳回空集合。 如果內容是 null 或者沒有目前的容器,方法會傳回 null

適用於