IVsPropertyPageFrame.CanShowPropertyPages(Int32) Method

Definition

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  
);  

Applies to