SolutionEvents.IVsSolutionEvents.OnAfterOpenSolution(Object, Int32) Methode

Definition

Tritt ein, nachdem die Projekt Mappe geöffnet ist.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnAfterOpenSolution(System::Object ^ pUnkReserved, int fNewSolution) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnAfterOpenSolution;
 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnAfterOpenSolution(Platform::Object ^ pUnkReserved, int fNewSolution) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnAfterOpenSolution;
int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnAfterOpenSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved, int fNewSolution);
int IVsSolutionEvents.OnAfterOpenSolution (object pUnkReserved, int fNewSolution);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnAfterOpenSolution : obj * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnAfterOpenSolution : obj * int -> int
Function OnAfterOpenSolution (pUnkReserved As Object, fNewSolution As Integer) As Integer Implements IVsSolutionEvents.OnAfterOpenSolution

Parameter

pUnkReserved
Object

Reserviert.

fNewSolution
Int32

true Wenn die Lösung neu ist.

Gibt zurück

Int32

Das HRESULT.

Implementiert

Gilt für