Project.GetChanges(Project) Méthode
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.
Obtient un objet qui répertorie les documents ajoutés, modifiés et supprimés entre ce projet et le projet spécifié.
public:
Microsoft::CodeAnalysis::ProjectChanges GetChanges(Microsoft::CodeAnalysis::Project ^ oldProject);
public Microsoft.CodeAnalysis.ProjectChanges GetChanges(Microsoft.CodeAnalysis.Project oldProject);
member this.GetChanges : Microsoft.CodeAnalysis.Project -> Microsoft.CodeAnalysis.ProjectChanges
Public Function GetChanges (oldProject As Project) As ProjectChanges
Paramètres
- oldProject
- Project