Compartilhar via


IVsPrioritizedSolutionEvents.PrioritizedOnAfterOpenSolution Method

Definition

Defines a method called after opening a solution but before OnAfterOpenSolution(Object, Int32).

public:
 int PrioritizedOnAfterOpenSolution(System::Object ^ pUnkReserved, int fNewSolution);
public:
 int PrioritizedOnAfterOpenSolution(Platform::Object ^ pUnkReserved, int fNewSolution);
int PrioritizedOnAfterOpenSolution(winrt::Windows::Foundation::IInspectable const & pUnkReserved, int fNewSolution);
public int PrioritizedOnAfterOpenSolution (object pUnkReserved, int fNewSolution);
abstract member PrioritizedOnAfterOpenSolution : obj * int -> int
Public Function PrioritizedOnAfterOpenSolution (pUnkReserved As Object, fNewSolution As Integer) As Integer

Parameters

pUnkReserved
Object

[in] Reserved for future use.

fNewSolution
Int32

[in] Boolean. Set to true if this is a new solution.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to