Partager via


Propriété SimultaneousChangingEventArgs.Changes

 

Obtient une collection des modifications de topologie qui sont prêtes à être appliquées à l'instance de rôle.

Espace de noms:   Microsoft.WindowsAzure.ServiceRuntime
Assembly:  Microsoft.WindowsAzure.ServiceRuntime (dans Microsoft.WindowsAzure.ServiceRuntime.dll)

Syntaxe

public ReadOnlyCollection<SimultaneousChange> Changes { get; internal set; }
public:
property ReadOnlyCollection<SimultaneousChange^>^ Changes {
    ReadOnlyCollection<SimultaneousChange^>^ get();
    internal: void set(ReadOnlyCollection<SimultaneousChange^>^ value);
}
member Changes : ReadOnlyCollection<SimultaneousChange> with get, internal set
Public Property Changes As ReadOnlyCollection(Of SimultaneousChange)
    Get
    Friend Set
End Property

Valeur de propriété

Type: System.Collections.ObjectModel.ReadOnlyCollection<SimultaneousChange>

Type : System.Collections.ObjectModel.ReadOnlyCollectionA ReadOnlyCollection<T> de SimultaneousChangingEventArgs objets.

Voir aussi

SimultaneousChangingEventArgs, classe
Microsoft.WindowsAzure.ServiceRuntime, espace de noms

Retour au début