Share via


ProjectFileConverter.ConversionWarnings Property

Gets a list of warnings generated during the conversion.

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Conversion
Assembly:  Microsoft.Build.Conversion.Core (in Microsoft.Build.Conversion.Core.dll)

Syntax

'Declaration
Public ReadOnly Property ConversionWarnings As String()
public string[] ConversionWarnings { get; }
public:
property array<String^>^ ConversionWarnings {
    array<String^>^ get ();
}
member ConversionWarnings : string[] with get
function get ConversionWarnings () : String[]

Property Value

Type: array<System.String[]
A string array containing any warnings generated during the conversion.

.NET Framework Security

See Also

Reference

ProjectFileConverter Class

Microsoft.Build.Conversion Namespace