IExtenderProvider Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Objet qui représente un fournisseur d'extendeurs basé sur IDispatch.
public interface class IExtenderProvider
public interface class IExtenderProvider
__interface IExtenderProvider
[System.Runtime.InteropServices.Guid("4DB06329-23F4-443B-9ABD-9CF611E8AE07")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface IExtenderProvider
[<System.Runtime.InteropServices.Guid("4DB06329-23F4-443B-9ABD-9CF611E8AE07")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IExtenderProvider = interface
Public Interface IExtenderProvider
- Attributs
Méthodes
| CanExtend(String, String, Object) |
Retourne une valeur indiquant si le fournisseur peut fournir, ou non, un extendeur de l'objet donné dans la catégorie spécifiée. |
| GetExtender(String, String, Object, IExtenderSite, Int32) |
Obtient un extendeur de l'objet donné dans la catégorie spécifiée. |