IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32) 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.
Signale aux clients qui écoutent que la solution a été ouverte.
public:
int OnAfterOpenSolution(System::Object ^ pUnkReserved, int fNewSolution);
public:
int OnAfterOpenSolution(Platform::Object ^ pUnkReserved, int fNewSolution);
int OnAfterOpenSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved, int fNewSolution);
public int OnAfterOpenSolution (object pUnkReserved, int fNewSolution);
abstract member OnAfterOpenSolution : obj * int -> int
Public Function OnAfterOpenSolution (pUnkReserved As Object, fNewSolution As Integer) As Integer
Paramètres
- pUnkReserved
- Object
[in] Réservé pour une future utilisation.
- fNewSolution
- Int32
[in] true si la solution est créée. false si la solution a été créée antérieurement ou est en cours de chargement.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Implémente
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsSolutionEvents3::OnAfterOpenSolution(
[in] IUnknown *pUnkReserved,
[in] BOOL fNewSolution
);