DiagnosticCollection.Diagnostics 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 list of diagnostics for DocumentMoniker.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::Diagnostic ^> ^ Diagnostics { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::DiagnosticManagement::Diagnostic ^> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=2)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.Diagnostic> Diagnostics { get; }
[<System.Runtime.Serialization.DataMember(Order=2)>]
member this.Diagnostics : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.DiagnosticManagement.Diagnostic>
Public ReadOnly Property Diagnostics As IReadOnlyList(Of Diagnostic)
Property Value
- Attributes