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