This topic has not yet been rated - Rate this topic

IVsExtensibility Interface

This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093")] 
[InterfaceTypeAttribute(1)] 
public interface IVsExtensibility
/** @attribute GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsExtensibility
GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093") 
InterfaceTypeAttribute(1) 
public interface IVsExtensibility
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
IVsExtensibility3 should be used in place of this interface
Because the IDL code defining this interface uses the restricted attribute, this interface is not available from .NET code. Instead, the interface IVsExtensibility3 defined within the VS SDK should be used instead.
Advertisement