ProjectsUnloadedEventArgs(IReadOnlyList<Guid>) Construtor

Definição

Inicializa uma nova instância da classe 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))

Parâmetros

projectIds
IReadOnlyList<Guid>

Identificador exclusivo dos projetos descarregados.

Aplica-se a