IDesignerHost.Container 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
他拿到這個設計師主機的容器。
public:
property System::ComponentModel::IContainer ^ Container { System::ComponentModel::IContainer ^ get(); };
public System.ComponentModel.IContainer Container { get; }
member this.Container : System.ComponentModel.IContainer
Public ReadOnly Property Container As IContainer
屬性值
這個 IContainer 主持人。
備註
此文件 IContainer 包含目前設計模式文件的組成部分。 你可以透過 Components 這個 IContainer成員列出或存取目前設計模式文件中的任何元件。