次の方法で共有


DocumentDesigner.Initialize メソッド

コンポーネントを指定して、デザイナを初期化します。

Overrides Public Sub Initialize( _
   ByVal component As IComponent _) Implements IDesigner.Initialize
[C#]
public override void Initialize(IComponentcomponent);
[C++]
public: void Initialize(IComponent* component);
[JScript]
public override function Initialize(
   component : IComponent);

パラメータ

  • component
    デザイナに関連付ける IComponent

実装

IDesigner.Initialize

解説

継承時の注意: デザイナは、このメソッドでコンポーネントのサイトにアクセスし、サービスを要求できます。

必要条件

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

.NET Framework セキュリティ:

参照

DocumentDesigner クラス | DocumentDesigner メンバ | System.Windows.Forms.Design 名前空間 | IDesigner