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

Applies to