DiagnosticCollection.OutputKey Property

Definition

Gets the output window key used to associate diagnostics in the collection with a line of text in the output window. The identifier for a specific diagnostic is specified by the OutputId property of the collection that contains it.

public:
 property Nullable<Guid> OutputKey { Nullable<Guid> get(); };
[System.Runtime.Serialization.DataMember(Order=5)]
public Guid? OutputKey { get; }
[<System.Runtime.Serialization.DataMember(Order=5)>]
member this.OutputKey : Nullable<Guid>
Public ReadOnly Property OutputKey As Nullable(Of Guid)

Property Value

Attributes

Applies to