IExtendPropertySheet Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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. |