IVsPropertyPageFrame.CanShowPropertyPages(Int32) 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.
Verifies that the Property Pages can be displayed.
public:
int CanShowPropertyPages([Runtime::InteropServices::Out] int % pbCanShow);
int CanShowPropertyPages([Runtime::InteropServices::Out] int & pbCanShow);
public int CanShowPropertyPages (out int pbCanShow);
abstract member CanShowPropertyPages : int -> int
Public Function CanShowPropertyPages (ByRef pbCanShow As Integer) As Integer
Parameters
- pbCanShow
- Int32
[out] Pointer to a Boolean. Set to true
if the Property Pages can be displayed; false
otherwise.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
[C++]
HRESULT IVsPropertyPageFrame::CanShowPropertyPages(
[out, retval]BOOL *pbCanShow
);