Edit

Share via


PropertyPage.GetPageInfo(String, Int32) Method

Definition

Returns Help information about a custom property page.

public:
 void GetPageInfo([Runtime::InteropServices::Out] System::String ^ % HelpFile, [Runtime::InteropServices::Out] int % HelpContext);
public void GetPageInfo (out string HelpFile, out int HelpContext);
Public Sub GetPageInfo (ByRef HelpFile As String, ByRef HelpContext As Integer)

Parameters

HelpFile
String

Specifies the Help file associated with the property page.

HelpContext
Int32

Specifies the context ID of the Help topic associated with the property page.

Applies to