SolutionEvents.IVsSolutionEvents.OnAfterOpenSolution(Object, Int32) Метод

Определение

Происходит в/после открытия решения.

 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

Параметры

pUnkReserved
Object

Зарезервировано.

fNewSolution
Int32

true значение, если решение является новым.

Возвращаемое значение

Int32

HRESULT.

Реализации

Применяется к