DkmManagedModuleUpdate.SequencePoints 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.
Collection of sequence points affected by the update. This will alter the line number for one or more existing sequence point in the symbolic data.
This API was introduced in Visual Studio 16 Update 3 (DkmApiVersion.VS16Update3).
public:
property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmSequencePointsUpdate ^> ^ SequencePoints { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Debugger::Clr::DkmSequencePointsUpdate ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmSequencePointsUpdate> SequencePoints { get; }
member this.SequencePoints : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Debugger.Clr.DkmSequencePointsUpdate>
Public ReadOnly Property SequencePoints As ReadOnlyCollection(Of DkmSequencePointsUpdate)