Share via


ExportWorkspaceServiceAttribute(Type, String) Constructor

Definition

Declares a IWorkspaceService implementation for inclusion in a MEF-based workspace.

public ExportWorkspaceServiceAttribute (Type serviceType, string layer = "Default");
new Microsoft.CodeAnalysis.Host.Mef.ExportWorkspaceServiceAttribute : Type * string -> Microsoft.CodeAnalysis.Host.Mef.ExportWorkspaceServiceAttribute
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 that the service is specified for; Default, etc.

Applies to