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.
Represents an extender provider object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("F69B64A3-9017-4E48-9784-E152B51AA722")> _
Public Interface IExtenderProviderUnk
[GuidAttribute("F69B64A3-9017-4E48-9784-E152B51AA722")]
public interface IExtenderProviderUnk
[GuidAttribute(L"F69B64A3-9017-4E48-9784-E152B51AA722")]
public interface class IExtenderProviderUnk
[<GuidAttribute("F69B64A3-9017-4E48-9784-E152B51AA722")>]
type IExtenderProviderUnk = interface end
public interface IExtenderProviderUnk
The IExtenderProviderUnk 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 | Returns an extender for the given object under the specified category. |
Top