FileDialog.CustomPlaces プロパティ

定義

ファイル ダイアログ ボックスのカスタム プレースのリストを取得または設定します。

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)

プロパティ値

カスタム プレースのリスト。

注釈

[ファイルを開いて保存] ダイアログ ボックスには、ダイアログ ボックスの左側に [お気に入りリンク ] パネルがあり、ユーザーは別の場所にすばやく移動できます。 これらのリンクは 、カスタムの場所と呼ばれます。 このプロパティを使用すると、アプリケーションでファイル ダイアログ ボックスを使用するときに表示されるリストを変更できます。

適用対象