Share via


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.String

    Specifies the Help file associated with the property page.

  • HelpContext
    Type: System.Int32

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

See Also

Reference

PropertyPage Interface

PropertyPage Members

Microsoft.Office.Interop.Outlook Namespace