ProjectInstance.TranslateEntireState Property

Definition

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

Property Value

Applies to