ManagedCommandLineInfo.BuildErrors Property

Definition

Gets the design time build errors.

public:
 property System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ BuildErrors { System::Collections::Generic::IReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<string> BuildErrors { get; }
public System.Collections.Generic.IReadOnlyCollection<string> BuildErrors { [System.Runtime.CompilerServices.IsReadOnly] get; }
public System.Collections.Generic.IReadOnlyCollection<string>? BuildErrors { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.BuildErrors : System.Collections.Generic.IReadOnlyCollection<string>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.BuildErrors : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property BuildErrors As IReadOnlyCollection(Of String)

Property Value

Attributes

Applies to