共用方式為


DesignerSerializationManager.Container 屬性

定義

取得或設定這個序列化管理員的容器。

public:
 property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); void set(System::ComponentModel::IContainer ^ value); };
public System.ComponentModel.IContainer Container { get; set; }
public System.ComponentModel.IContainer? Container { get; set; }
member this.Container : System.ComponentModel.IContainer with get, set
Public Property Container As IContainer

屬性值

序列化管理員要加入元件的 IContainer

例外狀況

序列化管理員具有使用中的序列化工作階段。

備註

如果容器存在,串行化管理員所建立的所有元件都會新增至容器。 此屬性的預設實作會搜尋服務提供者, IDesignerHost 並使用設計工具主機所提供的容器,應該存在。 否則,此屬性會傳回 null ,而且不會將任何元件新增至容器。

適用於