Share via


ServiceBrokerOfExportedServices.RegisterAndProfferServices Method

Definition

Registers MEF exported brokered services and proffers a factory for them.

public void RegisterAndProfferServices (Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer container);
member this.RegisterAndProfferServices : Microsoft.VisualStudio.Utilities.ServiceBroker.GlobalBrokeredServiceContainer -> unit
Public Sub RegisterAndProfferServices (container As GlobalBrokeredServiceContainer)

Parameters

container
GlobalBrokeredServiceContainer

The container to register and proffer the services with.

Applies to