ProjectsUnloadedEventArgs(IReadOnlyList<Guid>) Konstruktor

Definition

Initialisiert eine neue Instanz der ProjectsUnloadedEventArgs-Klasse.

public:
 ProjectsUnloadedEventArgs(System::Collections::Generic::IReadOnlyList<Guid> ^ projectIds);
public ProjectsUnloadedEventArgs (System.Collections.Generic.IReadOnlyList<Guid> projectIds);
new Microsoft.VisualStudio.RpcContracts.Solution.ProjectsUnloadedEventArgs : System.Collections.Generic.IReadOnlyList<Guid> -> Microsoft.VisualStudio.RpcContracts.Solution.ProjectsUnloadedEventArgs
Public Sub New (projectIds As IReadOnlyList(Of Guid))

Parameter

projectIds
IReadOnlyList<Guid>

Eindeutiger Bezeichner der entladenen Projekte.

Gilt für