DesignerCollection クラスとは? わかりやすく解説

DesignerCollection クラス

デザイナコレクション表します

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

Public Class DesignerCollection
    Implements ICollection, IEnumerable
Dim instance As DesignerCollection
public class DesignerCollection : ICollection,
 IEnumerable
public ref class DesignerCollection : ICollection,
 IEnumerable
public class DesignerCollection implements
 ICollection, IEnumerable
public class DesignerCollection implements
 ICollection, IEnumerable
解説解説
使用例使用例

次に示すのは、指定した IDesignerHost オブジェクト配列初期化しDesignerCollection作成するコード例です。

' Create a DesignerCollection using a constructor
' that accepts an array of IDesignerHost objects with
' which to initialize the collection.
Dim collection As New DesignerCollection(New
 IDesignerHost() {designerhost1, designerhost2})
// Create a DesignerCollection using a constructor
// that accepts an array of IDesignerHost objects with 
// which to initialize the array.
DesignerCollection collection = new DesignerCollection( 
    new IDesignerHost[] { designerhost1, designerhost2 } );
// Create a DesignerCollection using a constructor
// that accepts an array of IDesignerHost objects with 
// which to initialize the array.
array<IDesignerHost^>^temp0 = {designerhost1,designerhost2};
DesignerCollection^ collection = gcnew DesignerCollection( temp0 );
.NET Framework のセキュリティ.NET Frameworkセキュリティ
継承階層継承階層
System.Object
  System.ComponentModel.Design.DesignerCollection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DesignerCollection メンバ
System.ComponentModel.Design 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からDesignerCollection クラスを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDesignerCollection クラスを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDesignerCollection クラス を検索

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

辞書ショートカット

すべての辞書の索引

「DesignerCollection クラス」の関連用語

DesignerCollection クラスのお隣キーワード
検索ランキング

   

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



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

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

©2025 GRAS Group, Inc.RSS