WorkspaceChangeEventArgs Konstruktor
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public WorkspaceChangeEventArgs (Microsoft.CodeAnalysis.WorkspaceChangeKind kind, Microsoft.CodeAnalysis.Solution oldSolution, Microsoft.CodeAnalysis.Solution newSolution, Microsoft.CodeAnalysis.ProjectId projectId = default, Microsoft.CodeAnalysis.DocumentId documentId = default);
public WorkspaceChangeEventArgs (Microsoft.CodeAnalysis.WorkspaceChangeKind kind, Microsoft.CodeAnalysis.Solution oldSolution, Microsoft.CodeAnalysis.Solution newSolution, Microsoft.CodeAnalysis.ProjectId? projectId = default, Microsoft.CodeAnalysis.DocumentId? documentId = default);
new Microsoft.CodeAnalysis.WorkspaceChangeEventArgs : Microsoft.CodeAnalysis.WorkspaceChangeKind * Microsoft.CodeAnalysis.Solution * Microsoft.CodeAnalysis.Solution * Microsoft.CodeAnalysis.ProjectId * Microsoft.CodeAnalysis.DocumentId -> Microsoft.CodeAnalysis.WorkspaceChangeEventArgs
Public Sub New (kind As WorkspaceChangeKind, oldSolution As Solution, newSolution As Solution, Optional projectId As ProjectId = Nothing, Optional documentId As DocumentId = Nothing)
Parameter
- kind
- WorkspaceChangeKind
- oldSolution
- Solution
- newSolution
- Solution
- projectId
- ProjectId
- documentId
- DocumentId
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.