WindowsFormsComponentEditor.GetComponentEditorPages メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WindowsFormsComponentEditor.GetComponentEditorPages メソッドの意味・解説 

WindowsFormsComponentEditor.GetComponentEditorPages メソッド

コンポーネント エディタ関連付けられているコンポーネント エディタ ページ取得します

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

Protected Overridable Function
 GetComponentEditorPages As Type()
Dim returnValue As Type()

returnValue = Me.GetComponentEditorPages
protected virtual Type[] GetComponentEditorPages ()
protected:
virtual array<Type^>^ GetComponentEditorPages ()
protected Type[] GetComponentEditorPages ()
protected function GetComponentEditorPages
 () : Type[]

戻り値
コンポーネント エディタ ページ配列

解説解説
使用例使用例

GetComponentEditorPages メソッド オーバーライド実装するコード例次に示します

' This method override returns an type array containing the type of
 
' each component editor page to display.
Protected Overrides Function
 GetComponentEditorPages() As Type()
    Return New Type() {GetType(ExampleComponentEditorPage),
 GetType(ExampleComponentEditorPage)}
End Function
// This method override returns an type array containing the type of
 
// each component editor page to display.
protected override Type[] GetComponentEditorPages()
{ 
    return new Type[] { typeof(ExampleComponentEditorPage),
 
                        typeof(ExampleComponentEditorPage) }; 
}
protected:
   // This method override returns an type array containing the type of
 
   // each component editor page to display.
   virtual array<Type^>^ GetComponentEditorPages() override
   {
      array<Type^>^temp0 = {ExampleComponentEditorPage::typeid,ExampleComponentEditorPage::typeid};
      return temp0;
   }
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WindowsFormsComponentEditor クラス
WindowsFormsComponentEditor メンバ
System.Windows.Forms.Design 名前空間



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

辞書ショートカット

すべての辞書の索引

WindowsFormsComponentEditor.GetComponentEditorPages メソッドのお隣キーワード
検索ランキング

   

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



WindowsFormsComponentEditor.GetComponentEditorPages メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS