Diagnostic.RelatedInformation Property

Definition

Gets the DiagnosticRelatedInformation associated with the diagnostic.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticRelatedInformation ^> ^ RelatedInformation { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::DiagnosticRelatedInformation ^> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=5)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticRelatedInformation>? RelatedInformation { get; }
[<System.Runtime.Serialization.DataMember(Order=5)>]
member this.RelatedInformation : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.DiagnosticRelatedInformation>
Public ReadOnly Property RelatedInformation As IReadOnlyList(Of DiagnosticRelatedInformation)

Property Value

Attributes

Applies to