ExportWorkspaceServiceAttribute(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 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.
Remarks
Declares a IWorkspaceService implementation for inclusion in a MEF-based workspace.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.