次の方法で共有


ComponentDesigner.Component プロパティ

デザイナがデザインするコンポーネントを取得します。

Public Overridable ReadOnly Property Component As IComponent  _   Implements IDesigner.Component
[C#]
public virtual IComponent Component {get;}
[C++]
public: __property virtual IComponent* get_Component();
[JScript]
public function get Component() : IComponent;

プロパティ値

デザイナで管理されているコンポーネント。

実装

IDesigner.Component

解説

ComponentDesignerInitialize メソッドがこのプロパティを設定します。

メモ    Initialize メソッドをオーバーライドする場合は、このプロパティを使用する前に、必ず基本クラスの Initialize メソッドを呼び出してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

ComponentDesigner クラス | ComponentDesigner メンバ | System.ComponentModel.Design 名前空間 | Initialize | IDesigner