次の方法で共有


ExportWorkspaceServiceFactoryAttribute(Type, String) コンストラクター

定義

MEF ベースの IWorkspaceServiceFactory ワークスペースに含める実装を宣言します。

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

パラメーター

serviceType
Type

から HostWorkspaceServicesサービスを取得するために使用される型。

layer
String

サービスが指定されているレイヤーまたはワークスペースの種類。Defaultなど MiscellaneousFiles

適用対象