XMLTask.SaveDiffGram 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個布林值會指出是否儲存比較結果(DiffGram 檔)。
public:
property bool SaveDiffGram { bool get(); void set(bool value); };
public bool SaveDiffGram { get; set; }
member this.SaveDiffGram : bool with get, set
Public Property SaveDiffGram As Boolean
屬性值
如果儲存比較結果(DiffGram 檔),則為 true。
實作
備註
這個屬性的預設值為 false。 當設為或時,會使用這個屬性 OperationType Diff Patch 。