IRewriteStep.ImplementsPostconditionVerification 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.
A postcondition verification provides the means for diagnostics generation and detailed checks after transformation. The verification is executed only if the precondition verification passes and after applying the implemented transformation (if any).
public bool ImplementsPostconditionVerification { get; }
member this.ImplementsPostconditionVerification : bool
Public ReadOnly Property ImplementsPostconditionVerification As Boolean