ProjectsUnloadedEventArgs(IReadOnlyList<Guid>) Конструктор

Определение

Инициализирует новый экземпляр класса ProjectsUnloadedEventArgs.

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

Параметры

projectIds
IReadOnlyList<Guid>

Уникальный идентификатор выгруженных проектов.

Применяется к