Update Class
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.
Contains an immutable batch of updates for the commands in a command set.
public ref class Update sealed : IEquatable<Microsoft::VisualStudio::RpcContracts::Commands::Update ^>
public sealed class Update : IEquatable<Microsoft.VisualStudio.RpcContracts.Commands.Update>
[System.Runtime.Serialization.DataContract]
public sealed class Update : IEquatable<Microsoft.VisualStudio.RpcContracts.Commands.Update>
type Update = class
interface IEquatable<Update>
[<System.Runtime.Serialization.DataContract>]
type Update = class
interface IEquatable<Update>
Public NotInheritable Class Update
Implements IEquatable(Of Update)
- Inheritance
-
Update
- Attributes
- Implements
Constructors
Update(IReadOnlyList<PropertyUpdate>) |
Initializes a new instance of the Update class. |
Properties
Updates |
Gets the set of property value updates. |
Methods
Equals(Object) | |
Equals(Update) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |