SolutionEvents.IVsSolutionEvents.OnAfterOpenSolution(Object, Int32) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Das HRESULT.