AppDomainSetup.CachePath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得和設定其中的檔案已陰影複製的應用程式特定區域的名稱。
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
屬性值
陰影複製之檔案的目錄路徑與檔案名稱的完整限定名稱。
實作
備註
若要讓這個屬性生效, ApplicationName 也必須設定 屬性。 ApplicationName如果未設定屬性,則會忽略 屬性, CachePath 而陰影複製快取位置預設為下載快取。
如需陰影複製的詳細資訊,請參閱 陰影複製元件。