ArcObjects Library Reference (Framework)  

IPropertyPage.GetPageInfo Method

[Visual Basic .NET]
Public Sub GetPageInfo ( _
    ByRef pPageInfo As tagPROPPAGEINFO _
)
[C#]
public void GetPageInfo (
    ref tagPROPPAGEINFO pPageInfo
);

Product Availability

Available with ArcGIS Desktop.

Description

IPropertyPage is a Microsoft interface. Please refer to MSDN for information about this interface.

See Also

IPropertyPage Interface