Package.ComputeExpressions(Boolean) Method
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.
Compute expressions of the package object.
public:
void ComputeExpressions(bool recursive);
public void ComputeExpressions (bool recursive);
member this.ComputeExpressions : bool -> unit
Public Sub ComputeExpressions (recursive As Boolean)
Parameters
- recursive
- Boolean
true to include the compute expressions of the package object recursively; otherwise, false.