Share via


SVsFullAccessServiceBroker Interface

Definition

A type to serve as the MEF contract name for importing an IServiceBroker that is equivalent to what would have come from a call to GetFullAccessServiceBroker() on the SVsBrokeredServiceContainer.

public interface SVsFullAccessServiceBroker
type SVsFullAccessServiceBroker = interface
Public Interface SVsFullAccessServiceBroker

Remarks

This can be imported in a MEF part like this:

[Import(typeof(SVsFullAccessServiceBroker))]
private IServiceBroker serviceBroker;

Applies to