Share via


ExportWorkspaceServiceFactoryAttribute(Type, String) Constructor

Definition

Declares 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.

Applies to