PropertyPage.GetPageInfo(String, 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.
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.