PropertyPage.GetPageInfo Method
Returns Help information about a custom property page.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Sub GetPageInfo ( _
<OutAttribute> ByRef HelpFile As String, _
<OutAttribute> ByRef HelpContext As Integer _
)
'Usage
Dim instance As PropertyPage
Dim HelpFile As String
Dim HelpContext As Integer
instance.GetPageInfo(HelpFile, HelpContext)
void GetPageInfo(
out string HelpFile,
out int HelpContext
)
Parameters
HelpFile
Type: System.StringSpecifies the Help file associated with the property page.
HelpContext
Type: System.Int32Specifies the context ID of the Help topic associated with the property page.