Share via


AppDomainSetup.CachePath 屬性

定義

取得和設定其中的檔案已陰影複製的應用程式特定區域的名稱。

public:
 property System::String ^ CachePath { System::String ^ get(); void set(System::String ^ value); };
public string CachePath { get; set; }
member this.CachePath : string with get, set
Public Property CachePath As String

屬性值

String

陰影複製之檔案的目錄路徑與檔案名稱的完整限定名稱。

實作

備註

若要讓這個屬性生效, ApplicationName 也必須設定 屬性。 ApplicationName如果未設定屬性,則會忽略 屬性, CachePath 而陰影複製快取位置預設為下載快取。

如需陰影複製的詳細資訊,請參閱 陰影複製元件

適用於

另請參閱