IVsPropertyPageFrame::CanShowPropertyPages Method (Int32)
Visual Studio 2015
Verifies that the Property Pages can be displayed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbCanShow
-
Type:
System::Int32
[out] Pointer to a Boolean. Set to true if the Property Pages can be displayed; false otherwise.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
[C++]
HRESULT IVsPropertyPageFrame::CanShowPropertyPages( [out, retval]BOOL *pbCanShow );
Show: