IVsPropertyPageFrame.ShowFrameDISPID(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.
Shows the property page specified by a dispatch ID (DISPID).
public:
int ShowFrameDISPID(int dispidToActivate);
public:
int ShowFrameDISPID(int dispidToActivate);
int ShowFrameDISPID(int dispidToActivate);
public int ShowFrameDISPID (int dispidToActivate);
abstract member ShowFrameDISPID : int -> int
Public Function ShowFrameDISPID (dispidToActivate As Integer) As Integer
Parameters
- dispidToActivate
- Int32
[in] The dispatch ID (DISPID) of the property page.
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::ShowFrameDISPID(
DISPID dispidToActivate
);