CheckOffice2007Document.RecustomizeDocument Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether any Office customization assemblies or documents in a document-level project have changed.
public:
property bool RecustomizeDocument { bool get(); };
[Microsoft.Build.Framework.Output]
public bool RecustomizeDocument { get; }
[<Microsoft.Build.Framework.Output>]
member this.RecustomizeDocument : bool
Public ReadOnly Property RecustomizeDocument As Boolean
Property Value
true
if any conditions have changed since the previous build; otherwise, false
. The default is false
.
- Attributes
Remarks
If this property returns true
, a new version of the customized document needs to be generated. To generate a new version of the customized document, use CustomizeOffice2007Document.
This property returns true
if any of the following conditions have been met:
The destination document does not exist at the specified path.
The destination document is not customized.
The destination document has the old customization.
The source document has changed.
In addition, both of the following must be true:
The customization assembly exists and has not been moved.
The deployment manifest exists and has not been moved.