IExtenderProvider 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.
An object that represents an IDispatch-based extender provider.
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")]
public interface IExtenderProvider
[<System.Runtime.InteropServices.Guid("4DB06329-23F4-443B-9ABD-9CF611E8AE07")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type IExtenderProvider = interface
[<System.Runtime.InteropServices.Guid("4DB06329-23F4-443B-9ABD-9CF611E8AE07")>]
type IExtenderProvider = interface
Public Interface IExtenderProvider
- Attributes
Methods
CanExtend(String, String, Object) |
Returns whether or not the provider can provide an extender for the given object in the specified category. |
GetExtender(String, String, Object, IExtenderSite, Int32) |
Gets an extender for the given object in the specified category. |