IPropertySheetCallback 接口

定义

将管理单元的属性页添加到属性表中。

此 API 支持产品基础结构,不能在代码中直接使用。

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
属性

注解

方法 CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject) 传递指向 IPropertySheetCallback 接口的此实例的指针,以便管理单元可以添加或删除属性页。

有关使用 IPropertySheetCallback 接口和 Microsoft 管理控制台 (MMC) 进行编程的详细信息,请参阅 MMC 程序员指南

方法

AddPage(IntPtr)

此 API 支持产品基础结构,不能在代码中直接使用。

向属性表添加页。

RemovePage(IntPtr)

此 API 支持产品基础结构,不能在代码中直接使用。

从属性表中移除页。

适用于