Partager via


ExportWorkspaceServiceAttribute(Type, String) Constructeur

Définition

Déclare une IWorkspaceService implémentation à inclure dans un espace de travail MEF.

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")

Paramètres

serviceType
Type

Type qui sera utilisé pour récupérer le service à partir d’un HostWorkspaceServices.

layer
String

Couche pour laquelle le service est spécifié ; DefaultEtc.

S’applique à