IExtendPropertySheet2 Interface

Definition

Enables a snap-in component to add property pages to the property sheet of an item.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IExtendPropertySheet2
[System.Runtime.InteropServices.Guid("B7A87232-4A51-11D1-A7EA-00C04FD909DD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtendPropertySheet2
[<System.Runtime.InteropServices.Guid("B7A87232-4A51-11D1-A7EA-00C04FD909DD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IExtendPropertySheet2 = interface
Public Interface IExtendPropertySheet2
Attributes

Remarks

For more information about programming with the IExtendPropertySheet2 interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.

Methods

CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds pages to a property sheet.

GetWatermarks(IDataObject, IntPtr, IntPtr, IntPtr, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Retrieves the watermark and header bitmaps for wizard sheets that are implemented as Wizard 97-style wizards.

QueryPagesFor(IDataObject)

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines whether the object requires pages.

Applies to