WorkspaceChangeEventArgs.ProjectId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
ID de l’objet affecté Project. Peut être null s’il s’agit d’une modification non liée à un projet (par exemple SolutionReloaded. Doit être non-null pour :
public:
property Microsoft::CodeAnalysis::ProjectId ^ ProjectId { Microsoft::CodeAnalysis::ProjectId ^ get(); };
public Microsoft.CodeAnalysis.ProjectId ProjectId { get; }
public Microsoft.CodeAnalysis.ProjectId? ProjectId { get; }
member this.ProjectId : Microsoft.CodeAnalysis.ProjectId
Public ReadOnly Property ProjectId As ProjectId