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 Management Console (MMC)를 사용한 프로그래밍에 대 한 자세한 내용은 참조는 MMC Programmer's Guide합니다.

메서드

AddPage(IntPtr)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

속성 시트에 페이지를 추가합니다.

RemovePage(IntPtr)

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

속성 시트에서 페이지를 제거합니다.

적용 대상