Update.Updates Property
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.
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