IExtendPropertySheet Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables a snap-in component to add property pages to the property sheet of an item.
This API supports the product infrastructure and is not intended to be used directly from your code.
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
- Attributes
Remarks
For more information about programming with the IExtendPropertySheet interface and the Microsoft Management Console (MMC), see the MMC Programmer's Guide.
Methods
CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject) |
This API supports the product infrastructure and is not intended to be used directly from your code. Adds pages to a property sheet. |
QueryPagesFor(IDataObject) |
This API supports the product infrastructure and is not intended to be used directly from your code. Determines whether the object requires pages. |