ImageListImageEditor.GetFileDialogDescription メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
エディタによって提供される既定のファイル リスト フィルタの説明を取得します。
名前空間: System.Windows.Forms.Design
アセンブリ: System.Design (system.design.dll 内)
構文
Protected Overrides Function GetFileDialogDescription As String
Dim returnValue As String
returnValue = Me.GetFileDialogDescription
protected override string GetFileDialogDescription ()
protected: virtual String^ GetFileDialogDescription () override
protected String GetFileDialogDescription ()
protected override function GetFileDialogDescription () : String
ファイル リスト フィルタのドロップダウン リスト ボックスに表示される、ファイル ダイアログ ボックスの説明。
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
ImageListImageEditor クラス
ImageListImageEditor メンバ
System.Windows.Forms.Design 名前空間