IExtendPropertySheet 接口

定义

使管理单元组件可以将属性页添加到项的属性表中。

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

public interface class IExtendPropertySheet
[System.Runtime.InteropServices.Guid("85DE64DC-EF21-11cf-A285-00C04FD8DBE6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IExtendPropertySheet
[<System.Runtime.InteropServices.Guid("85DE64DC-EF21-11cf-A285-00C04FD8DBE6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IExtendPropertySheet = interface
Public Interface IExtendPropertySheet
属性

注解

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

方法

CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject)

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

向属性表添加页。

QueryPagesFor(IDataObject)

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

确定对象是否需要页。

适用于