BuildOnlyDiagnosticCodesAddedEventArgs.Codes 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 the Codes that only come from build errors.
[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyList<string> Codes { get; init; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Codes : System.Collections.Generic.IReadOnlyList<string> with get, set
Public Property Codes As IReadOnlyList(Of String)
Property Value
- Attributes