GenerateResource.MinimalRebuildFromTracking Property

Definition

Property used to set whether tracked incremental build will be used. If true, incremental build is turned on; otherwise, a rebuild will be forced.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool MinimalRebuildFromTracking { bool get(); void set(bool value); };
public bool MinimalRebuildFromTracking { get; set; }
public bool MinimalRebuildFromTracking { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.MinimalRebuildFromTracking : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.MinimalRebuildFromTracking : bool with get, set
Public Property MinimalRebuildFromTracking As Boolean

Property Value

true if incremental build is turned on; false if a rebuild will be forced.

Attributes

Applies to