Freigeben über


Workspace(HostServices, String) Konstruktor

Definition

Erstellt eine neue Arbeitsbereichsinstanz.

protected:
 Workspace(Microsoft::CodeAnalysis::Host::HostServices ^ host, System::String ^ workspaceKind);
protected Workspace (Microsoft.CodeAnalysis.Host.HostServices host, string workspaceKind);
protected Workspace (Microsoft.CodeAnalysis.Host.HostServices host, string? workspaceKind);
new Microsoft.CodeAnalysis.Workspace : Microsoft.CodeAnalysis.Host.HostServices * string -> Microsoft.CodeAnalysis.Workspace
Protected Sub New (host As HostServices, workspaceKind As String)

Parameter

host
HostServices

Der HostServices Arbeitsbereich verwendet

workspaceKind
String

Eine Zeichenfolge, die verwendet werden kann, um die Art des Arbeitsbereichs zu identifizieren. In der Regel entspricht dies dem Namen der Klasse.

Gilt für: