ControlIDConverter.GetStandardValues(ITypeDescriptorContext) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供格式內容時,從 IDesignerHost 內的容器傳回控制項 ID 的集合。
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
提供格式內容的 ITypeDescriptorContext,可用來擷取環境的其他資訊,而這個轉換子就是從此環境叫用。 這個參數或這個參數的屬性可為 null
。
傳回
TypeConverter.StandardValuesCollection,其中保存字串集,表示目前容器中控制項的控制項 ID。 如果目前並未包含任何控制項,則傳回空白的集合。 如果內容是 null
或者沒有目前的容器,則會傳回 null
。
備註
方法 FilterControl 會在容器中找到的每個控件上呼叫。 只有在 方法傳回 時,才會將控制項識別碼true
新增至 TypeConverter.StandardValuesCollection 。