Share via


Update(IReadOnlyList<PropertyUpdate>) Constructor

Definition

Initializes a new instance of the Update class.

public:
 Update(System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate> ^ updates);
public Update (System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate> updates);
new Microsoft.VisualStudio.RpcContracts.Commands.Update : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate> -> Microsoft.VisualStudio.RpcContracts.Commands.Update
Public Sub New (updates As IReadOnlyList(Of PropertyUpdate))

Parameters

updates
IReadOnlyList<PropertyUpdate>

The set of property value updates.

Applies to