DiagnosticCollection.OutputKey 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 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