ProjectFileConverter.ConversionSkippedBecauseProjectAlreadyConverted Property

Definition

Gets a value indicating whether the last attempted conversion was skipped because the project file is already in the latest format.

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

Property Value

true if the last attempted conversion was skipped because the project file is already in the latest format; otherwise, false.

Attributes

Remarks

Warning

This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution

Applies to