BrokeredServicesChangedEventArgs.ImpactedServices Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’ensemble des services affectés par la modification.
public:
property System::Collections::Immutable::IImmutableSet<Microsoft::ServiceHub::Framework::ServiceMoniker ^> ^ ImpactedServices { System::Collections::Immutable::IImmutableSet<Microsoft::ServiceHub::Framework::ServiceMoniker ^> ^ get(); };
public System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker> ImpactedServices { get; }
member this.ImpactedServices : System.Collections.Immutable.IImmutableSet<Microsoft.ServiceHub.Framework.ServiceMoniker>
Public ReadOnly Property ImpactedServices As IImmutableSet(Of ServiceMoniker)
Valeur de propriété
Remarques
Les services de cet ensemble peuvent avoir été ajoutés, supprimés ou offerts par un différent IServiceBroker tel que l’implémentation ou l’emplacement d’un service a changé.