Diagnostic.RelatedInformation 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 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