DiagnosticCollection.OutputKey 属性

定义

获取用于将集合中的诊断与 "输出" 窗口中的文本行关联的输出窗口键。 特定诊断的标识符由 OutputId 包含它的集合的属性指定。

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)

属性值

Nullable<Guid>
属性

适用于