IRewriteStep.ImplementsTransformation 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.
Indicates whether or not the rewrite step intends to modify the compilation in any form. If a transformation is implemented, then that transformation will be executed only if either no precondition verification is implemented, or the implemented precondition verification succeeds.
public bool ImplementsTransformation { get; }
member this.ImplementsTransformation : bool
Public ReadOnly Property ImplementsTransformation As Boolean