IPropertySheetCallback 介面

定義

將嵌入式管理單元的屬性頁加入至屬性工作表 (Property Sheet)。

此 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 Management Console (MMC) 進行程式設計的詳細資訊,請參閱 MMC 程式設計人員指南

方法

AddPage(IntPtr)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

將頁面加入至屬性工作表。

RemovePage(IntPtr)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

從屬性工作表移除頁面。

適用於