This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("12133BC2-390A-4B30-AD5B-504C1D1C89E7")> _
Public Interface IVsExtensibility2 _
    Inherits IVsExtensibility
[InterfaceTypeAttribute()]
[GuidAttribute("12133BC2-390A-4B30-AD5B-504C1D1C89E7")]
public interface IVsExtensibility2 : IVsExtensibility
[InterfaceTypeAttribute()]
[GuidAttribute(L"12133BC2-390A-4B30-AD5B-504C1D1C89E7")]
public interface class IVsExtensibility2 : IVsExtensibility
[<InterfaceTypeAttribute()>]
[<GuidAttribute("12133BC2-390A-4B30-AD5B-504C1D1C89E7")>]
type IVsExtensibility2 =  
    interface 
        interface IVsExtensibility 
    end
public interface IVsExtensibility2 extends IVsExtensibility
The IVsExtensibility2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | BuildUIHierarchyFromTree | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | EnterAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | ExitAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireCodeModelEvent | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireCodeModelEvent3 | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireMacroReset | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectItemsEvent_ItemAdded | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectItemsEvent_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectItemsEvent_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectsEvent_ItemAdded | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectsEvent_ItemRemoved | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireProjectsEvent_ItemRenamed | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | get_Properties | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | Get_TextBuffer | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetConfigMgr | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetDocumentFromDocCookie | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetGlobalsObject | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetLockCount | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetSuppressUI | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetUserControl | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | IsFireCodeModelEventNeeded | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | IsInAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | IsMethodDisabled | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | LockServer | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | RunWizardFile | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | RunWizardFileEx | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetSuppressUI | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetUserControl | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetUserControlUnlatched | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | TestForShutdown | Infrastructure. Microsoft Internal Use Only. | 
Top