Bagikan melalui


IPropertySheetCallback Antarmuka

Definisi

Menambahkan halaman properti untuk snap-in ke lembar properti.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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
Atribut

Keterangan

Metode CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject) meneruskan pointer ke instans antarmuka IPropertySheetCallback ini sehingga snap-in dapat menambahkan atau menghapus halaman properti.

Untuk informasi selengkapnya tentang pemrograman dengan antarmuka IPropertySheetCallback dan Konsol Manajemen Microsoft (MMC), lihat Panduan Programmer MMC.

Metode

AddPage(IntPtr)

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

Menambahkan halaman ke lembar properti.

RemovePage(IntPtr)

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

Menghapus halaman dari lembar properti.

Berlaku untuk