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)
屬性值
自訂位置清單。
備註
開啟並儲存盤案對話框的對話框左側有 [ 我的最愛連結 ] 面板,可讓使用者快速流覽至不同的位置。 這些連結稱為 自定義位置。 此屬性可讓您修改應用程式使用檔案對話框時出現的清單。