IVsExtensibility2 Interface

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IVsExtensibility2 : EnvDTE::IVsExtensibility
public interface class IVsExtensibility2 : EnvDTE::IVsExtensibility
__interface IVsExtensibility2 : EnvDTE::IVsExtensibility
[System.Runtime.InteropServices.Guid("12133BC2-390A-4B30-AD5B-504C1D1C89E7")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.TypeLibType(784)]
public interface IVsExtensibility2 : EnvDTE.IVsExtensibility
[System.Runtime.InteropServices.Guid("12133BC2-390A-4B30-AD5B-504C1D1C89E7")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsExtensibility2 : EnvDTE.IVsExtensibility
[<System.Runtime.InteropServices.Guid("12133BC2-390A-4B30-AD5B-504C1D1C89E7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.TypeLibType(784)>]
type IVsExtensibility2 = interface
    interface IVsExtensibility
[<System.Runtime.InteropServices.Guid("12133BC2-390A-4B30-AD5B-504C1D1C89E7")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsExtensibility2 = interface
    interface IVsExtensibility
Public Interface IVsExtensibility2
Implements IVsExtensibility
Attributes
Implements

Methods

BuildUIHierarchyFromTree(Int32, Window)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

BuildUIHierarchyFromTree(IntPtr, Window)
EnterAutomationFunction()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

ExitAutomationFunction()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireCodeModelEvent(Int32, CodeElement, vsCMChangeKind)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireCodeModelEvent3(Int32, Object, CodeElement, vsCMChangeKind)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireMacroReset()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectItemsEvent_ItemAdded(ProjectItem)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectItemsEvent_ItemRemoved(ProjectItem)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectItemsEvent_ItemRenamed(ProjectItem, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectsEvent_ItemAdded(Project)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectsEvent_ItemRemoved(Project)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

FireProjectsEvent_ItemRenamed(Project, String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

get_Properties(ISupportVSProperties, Object, Properties)
Get_TextBuffer(Object, IExtensibleObjectSite)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetConfigMgr(Object, UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetDocumentFromDocCookie(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetGlobalsObject(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetLockCount()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetSuppressUI(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

GetUserControl(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

IsFireCodeModelEventNeeded(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

IsInAutomationFunction()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

IsMethodDisabled(Guid, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

LockServer(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RunWizardFile(String, Int32, Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RunWizardFile(String, IntPtr, Object[])
RunWizardFileEx(String, Int32, Object[], Object[])

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

RunWizardFileEx(String, IntPtr, Object[], Object[])
SetSuppressUI(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

SetUserControl(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

SetUserControlUnlatched(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

TestForShutdown()

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Applies to