ProjectInstance.TranslateEntireState 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.
Serialize the entire project instance state.
When false, only a part of the project instance state is serialized (properties and items). In this case out of proc nodes re-evaluate the project instance from disk to obtain the un-serialized state. This partial state recombination may lead to build issues when the project instance state differs from what is on disk.
public:
property bool TranslateEntireState { bool get(); void set(bool value); };
public bool TranslateEntireState { get; set; }
member this.TranslateEntireState : bool with get, set
Public Property TranslateEntireState As Boolean