ExportWorkspaceServiceAttribute(Type, String) 构造函数

定义

声明要 IWorkspaceService 包含在基于 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")

参数

serviceType
Type

将用于从 HostWorkspaceServices检索服务的类型。

layer
String

为其指定服务的层; Default等。

适用于