DesignerOptionService.PopulateOptionCollection 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
protected:
virtual void PopulateOptionCollection(System::ComponentModel::Design::DesignerOptionService::DesignerOptionCollection ^ options);
protected virtual void PopulateOptionCollection (System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection options);
abstract member PopulateOptionCollection : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection -> unit
override this.PopulateOptionCollection : System.ComponentModel.Design.DesignerOptionService.DesignerOptionCollection -> unit
Protected Overridable Sub PopulateOptionCollection (options As DesignerOptionService.DesignerOptionCollection)
參數
要填入的集合。
備註
PopulateOptionCollection使用者第一次要求選項集合的子選項或屬性時,會視需要呼叫 方法。
您可以藉由呼叫 CreateOptionCollection 方法,並將這個集合傳遞為父代,以填options
入集合。