Update(IReadOnlyList<PropertyUpdate>) Constructor
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.
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.