IPropertyPage.GetPageInfo Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub GetPageInfo ( _
    <OutAttribute> pPageInfo As PROPPAGEINFO() _
)
'使用
Dim instance As IPropertyPage
Dim pPageInfo As PROPPAGEINFO()

instance.GetPageInfo(pPageInfo)
void GetPageInfo(
    PROPPAGEINFO[] pPageInfo
)
void GetPageInfo(
    [OutAttribute] array<PROPPAGEINFO>^ pPageInfo
)
function GetPageInfo(
    pPageInfo : PROPPAGEINFO[]
)

Parameters

  • pPageInfo
    Type: []

Permissions

See Also

Reference

IPropertyPage Interface

IPropertyPage Members

Microsoft.VisualStudio.OLE.Interop Namespace