Condividi tramite


IExtendPropertySheet Interfaccia

Definizione

Consente a un componente dello snap-in di aggiungere pagine delle proprietà alla finestra delle proprietà di un elemento.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Attributi

Commenti

Per altre informazioni sulla programmazione con l'interfaccia IExtendPropertySheet e Microsoft Management Console (MMC), vedere la Guida per programmatori MMC.

Metodi

Nome Descrizione
CreatePropertyPages(IPropertySheetCallback, IntPtr, IDataObject)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Aggiunge pagine a una finestra delle proprietà.

QueryPagesFor(IDataObject)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Determina se sono necessarie delle pagine per l'oggetto.

Si applica a