IVsPrioritizedSolutionEvents.PrioritizedOnAfterOpenSolution Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.