DiagnosticManagerRemovedEventArgs.DiagnosticManagerIds 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 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