IPropertyPage2.GetPageInfo Method

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

Syntax

'Declaration
Sub GetPageInfo ( _
    <OutAttribute> pPageInfo As PROPPAGEINFO() _
)
void GetPageInfo(
    PROPPAGEINFO[] pPageInfo
)
void GetPageInfo(
    [OutAttribute] array<PROPPAGEINFO>^ pPageInfo
)
abstract GetPageInfo : 
        pPageInfo:PROPPAGEINFO[] byref -> unit 
function GetPageInfo(
    pPageInfo : PROPPAGEINFO[]
)

Parameters

Implements

IPropertyPage.GetPageInfo(array<PROPPAGEINFO[])

.NET Framework Security

See Also

Reference

IPropertyPage2 Interface

Microsoft.VisualStudio.OLE.Interop Namespace