ExportWorkspaceServiceFactoryAttribute(Type, String) Constructor
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.
Use this attribute to declare a IWorkspaceServiceFactory implementation for inclusion in a MEF-based workspace.
public ExportWorkspaceServiceFactoryAttribute (Type serviceType, string layer = "Default");
new Microsoft.CodeAnalysis.Host.Mef.ExportWorkspaceServiceFactoryAttribute : Type * string -> Microsoft.CodeAnalysis.Host.Mef.ExportWorkspaceServiceFactoryAttribute
Public Sub New (serviceType As Type, Optional layer As String = "Default")
Parameters
- serviceType
- Type
The type that will be used to retrieve the service from a HostWorkspaceServices.
- layer
- String
The layer or workspace kind that the service is specified for; Default, MiscellaneousFilesetc.
Remarks
Declares a IWorkspaceServiceFactory implementation for inclusion in a MEF-based workspace.