DkmManagedModuleUpdate.ActiveStatements Property

Definition

Collection of active statements affected by the update.

This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmActiveStatementUpdate ^> ^ ActiveStatements { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmActiveStatementUpdate ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmActiveStatementUpdate> ActiveStatements { get; }
member this.ActiveStatements : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmActiveStatementUpdate>
Public ReadOnly Property ActiveStatements As ReadOnlyCollection(Of DkmActiveStatementUpdate)

Property Value

Applies to