DkmManagedModuleUpdate.UpdatedMethods Property

Definition

Method token for all the methods affected by the update.

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<int> ^ UpdatedMethods { System::Collections::ObjectModel::ReadOnlyCollection<int> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<int> UpdatedMethods { get; }
member this.UpdatedMethods : System.Collections.ObjectModel.ReadOnlyCollection<int>
Public ReadOnly Property UpdatedMethods As ReadOnlyCollection(Of Integer)

Property Value

Applies to