UpdateProgressAssociatedUpdatePanelIDConverter.GetStandardValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 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
。
傳回
可代表目前容器中之控制項識別碼的字串集合。 如果目前容器中沒有控制項,方法會傳回空集合。 如果內容是 null
或者沒有目前的容器,方法會傳回 null
。