Partager via


ExportWorkspaceServiceFactoryAttribute(Type, String) Constructeur

Définition

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

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

Paramètres

serviceType
Type

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

layer
String

Type de couche ou d’espace de travail pour lequel le service est spécifié ; Default, MiscellaneousFilesetc.

S’applique à