IVsExtensibility2 Interface

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
Public method BuildUIHierarchyFromTree Infrastructure. Microsoft Internal Use Only.
Public method EnterAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method ExitAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method FireCodeModelEvent Infrastructure. Microsoft Internal Use Only.
Public method FireCodeModelEvent3 Infrastructure. Microsoft Internal Use Only.
Public method FireMacroReset Infrastructure. Microsoft Internal Use Only.
Public method FireProjectItemsEvent_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method FireProjectItemsEvent_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method FireProjectItemsEvent_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method FireProjectsEvent_ItemAdded Infrastructure. Microsoft Internal Use Only.
Public method FireProjectsEvent_ItemRemoved Infrastructure. Microsoft Internal Use Only.
Public method FireProjectsEvent_ItemRenamed Infrastructure. Microsoft Internal Use Only.
Public method get_Properties Infrastructure. Microsoft Internal Use Only.
Public method Get_TextBuffer Infrastructure. Microsoft Internal Use Only.
Public method GetConfigMgr Infrastructure. Microsoft Internal Use Only.
Public method GetDocumentFromDocCookie Infrastructure. Microsoft Internal Use Only.
Public method GetGlobalsObject Infrastructure. Microsoft Internal Use Only.
Public method GetLockCount Infrastructure. Microsoft Internal Use Only.
Public method GetSuppressUI Infrastructure. Microsoft Internal Use Only.
Public method GetUserControl Infrastructure. Microsoft Internal Use Only.
Public method IsFireCodeModelEventNeeded Infrastructure. Microsoft Internal Use Only.
Public method IsInAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method IsMethodDisabled Infrastructure. Microsoft Internal Use Only.
Public method LockServer Infrastructure. Microsoft Internal Use Only.
Public method RunWizardFile Infrastructure. Microsoft Internal Use Only.
Public method RunWizardFileEx Infrastructure. Microsoft Internal Use Only.
Public method SetSuppressUI Infrastructure. Microsoft Internal Use Only.
Public method SetUserControl Infrastructure. Microsoft Internal Use Only.
Public method SetUserControlUnlatched Infrastructure. Microsoft Internal Use Only.
Public method TestForShutdown Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE80 Namespace