FileDialog.CustomPlaces プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイル ダイアログ ボックスのカスタムの場所の一覧を取得または設定します。
public:
property System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ CustomPlaces { System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> CustomPlaces { get; set; }
member this.CustomPlaces : System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> with get, set
Public Property CustomPlaces As IList(Of FileDialogCustomPlace)
プロパティ値
ユーザー設定の場所の一覧。
注釈
[ファイルを開いて保存] ダイアログ ボックスの左側には、[ お気に入りリンク ] パネルがあり、ユーザーは別の場所にすばやく移動できます。 これらのリンクは、 カスタムの場所と呼ばれます。 このプロパティを使用すると、アプリケーションでファイル ダイアログ ボックスを使用するときに表示される一覧を変更できます。