SVsFullAccessServiceBroker Interface
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.
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;