IVsSolutionEvents3.OnAfterOpenSolution(Object, Int32) Méthode

Définition

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

Int32

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  
);  

S’applique à