Share via


Update.Updates Property

Definition

Gets the set of property value updates.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate> ^ Updates { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Commands::PropertyUpdate> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate> Updates { get; }
[System.Runtime.Serialization.DataMember(Order=0)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate> Updates { get; }
member this.Updates : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate>
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.Updates : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Commands.PropertyUpdate>
Public ReadOnly Property Updates As IReadOnlyList(Of PropertyUpdate)

Property Value

Attributes

Applies to