IPropertySheetCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds the property pages for the snap-in to a property sheet.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IPropertySheetCallback
[System.Runtime.InteropServices.Guid("85DE64DD-EF21-11cf-A285-00C04FD8DBE6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPropertySheetCallback
[<System.Runtime.InteropServices.Guid("85DE64DD-EF21-11cf-A285-00C04FD8DBE6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPropertySheetCallback = interface
Public Interface IPropertySheetCallback
- Attributes
Remarks
The CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject) method passes a pointer to this instance of the IPropertySheetCallback interface so that the snap-in can add or remove property pages.
For more information about programming with the IPropertySheetCallback interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.
Methods
AddPage(IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds a page to a property sheet. |
RemovePage(IntPtr) |
This API supports the product infrastructure and is not intended to be used directly from your code. Removes a page from a property sheet. |