Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An object that represents an IDispatch-based extender provider.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("4DB06329-23F4-443B-9ABD-9CF611E8AE07")> _
Public Interface IExtenderProvider
[GuidAttribute("4DB06329-23F4-443B-9ABD-9CF611E8AE07")]
public interface IExtenderProvider
[GuidAttribute(L"4DB06329-23F4-443B-9ABD-9CF611E8AE07")]
public interface class IExtenderProvider
[<GuidAttribute("4DB06329-23F4-443B-9ABD-9CF611E8AE07")>]
type IExtenderProvider = interface end
public interface IExtenderProvider
The IExtenderProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanExtend | Returns whether or not the provider can provide an extender for the given object in the specified category. |
![]() |
GetExtender | Gets an extender for the given object in the specified category. |
Top