IPropertySheetCallback

[This is preliminary documentation and subject to change.]

IPropertySheetCallback is a COM-based interface used by a snap-in to add its property pages to a property sheet.

When to Implement

You do not implement this interface. It is implemented by the node manager in Microsoft Management Console.

When to Use

A pointer to this interface is passed in when IExtendPropertySheet::CreatePropertyPages is called so the snap-in can add or remove property pages.

Methods in Vtable Order

IUnknown Methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments reference count.
Release Decrements reference count.

IPropertySheetCallback Methods Description
AddPage The snap-in can add a page to a property sheet.
RemovePage The snap-in can remove a page from a property sheet.