DesignerActionList コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DesignerActionList コンストラクタの意味・解説 

DesignerActionList コンストラクタ

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DesignerActionList クラス新しインスタンス初期化します。

名前空間: System.ComponentModel.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Public Sub New ( _
    component As IComponent _
)
Dim component As IComponent

Dim instance As New DesignerActionList(component)
public DesignerActionList (
    IComponent component
)
public:
DesignerActionList (
    IComponent^ component
)
public DesignerActionList (
    IComponent component
)
public function DesignerActionList (
    component : IComponent
)

パラメータ

component

DesignerActionList に関連するコンポーネント

解説解説
使用例使用例

DesignerActionItem オブジェクトコレクション作成する方法次のコード例示します

このコード例詳細については、「方法 : Windows フォーム コンポーネントスマート タグ追加する」を参照してください

Public Sub New(ByVal
 component As IComponent)

    MyBase.New(component)
    Me.colLabel = component

    ' Cache a reference to DesignerActionUIService, so the
    ' DesigneractionList can be refreshed.
    Me.designerActionUISvc = _
    CType(GetService(GetType(DesignerActionUIService)), _
    DesignerActionUIService)

End Sub
public ColorLabelActionList( IComponent component ) : base(component)
 
{
    this.colLabel = component as ColorLabel;

    // Cache a reference to DesignerActionUIService, so the
    // DesigneractionList can be refreshed.
    this.designerActionUISvc =
        GetService(typeof(DesignerActionUIService))
        as DesignerActionUIService;
}
.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerActionList クラス
DesignerActionList メンバ
System.ComponentModel.Design 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DesignerActionList コンストラクタ」の関連用語

DesignerActionList コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DesignerActionList コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS