ProjectFileConverter.ConversionSkippedBecauseProjectAlreadyConverted 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.
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