FileDialogCustomPlace 類別

定義

表示 FileDialog 自訂位置清單中的項目。

public ref class FileDialogCustomPlace sealed
public sealed class FileDialogCustomPlace
type FileDialogCustomPlace = class
Public NotInheritable Class FileDialogCustomPlace
繼承
FileDialogCustomPlace

備註

從 Windows Vista 開始,開啟並儲存盤案對話框的左側有 [ 我的最愛連結 ] 面板,可讓使用者快速流覽至不同的位置。 這些連結稱為自定義位置。 這個類別可讓您修改應用程式使用檔案對話框時出現的清單。 如需自訂位置的已知資料夾清單,請參閱 FileDialogCustomPlaces

建構函式

FileDialogCustomPlace(Guid)

使用指定的已知資料夾 GUID,初始化 FileDialogCustomPlace 類別的新執行個體。

FileDialogCustomPlace(String)

使用指定的路徑來初始化 FileDialogCustomPlace 類別的新執行個體。

屬性

KnownFolder

取得自訂位置之已知資料夾的 GUID。

Path

取得自訂位置的檔案路徑。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於

另請參閱