DiagnosticManagerRemovedEventArgs.DiagnosticManagerIds Property

Definition

Gets the IDs of the diagnostic managers (and all of their diagnostics) that are being removed.

public:
 property System::Collections::Generic::IReadOnlyList<int> ^ DiagnosticManagerIds { System::Collections::Generic::IReadOnlyList<int> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public System.Collections.Generic.IReadOnlyList<int> DiagnosticManagerIds { get; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.DiagnosticManagerIds : System.Collections.Generic.IReadOnlyList<int>
Public ReadOnly Property DiagnosticManagerIds As IReadOnlyList(Of Integer)

Property Value

Attributes

Applies to