IVsPrioritizedSolutionEvents.PrioritizedOnAfterChangeProjectParent(IVsHierarchy) 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.
Définit une méthode appelée après la modification du parent d'un projet et avant OnAfterChangeProjectParent(IVsHierarchy).
public:
int PrioritizedOnAfterChangeProjectParent(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy);
public:
int PrioritizedOnAfterChangeProjectParent(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHierarchy);
int PrioritizedOnAfterChangeProjectParent(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHierarchy);
public int PrioritizedOnAfterChangeProjectParent (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHierarchy);
abstract member PrioritizedOnAfterChangeProjectParent : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function PrioritizedOnAfterChangeProjectParent (pHierarchy As IVsHierarchy) As Integer
Paramètres
- pHierarchy
- IVsHierarchy
[in] Pointeur vers l'interface IVsHierarchy du projet.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.