IVsExtensibility3 Members
Include Protected Members
Include Inherited Members
Not intended for use directly from your code. Implements many of the features supporting extensibility, including initiating various events. Combines the older IVsExtensibility and IVsExtensibility2 interfaces that were not usable from managed code into an interface usable from managed code.
The IVsExtensibility3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnterAutomationFunction | Infrastructure. | |
ExitAutomationFunction | ||
FireCodeModelEvent3 | Infrastructure. | |
FireMacroReset | Infrastructure. | |
FireProjectItemsEvent_ItemAdded | Infrastructure. | |
FireProjectItemsEvent_ItemRemoved | Infrastructure. | |
FireProjectItemsEvent_ItemRenamed | Infrastructure. | |
FireProjectsEvent_ItemAdded | Infrastructure. | |
FireProjectsEvent_ItemRemoved | Infrastructure. | |
FireProjectsEvent_ItemRenamed | Infrastructure. | |
GetConfigMgr | Infrastructure. | |
GetDocumentFromDocCookie | Infrastructure. | |
GetGlobalsObject | Infrastructure. | |
GetLockCount | Infrastructure. | |
GetProperties | Infrastructure. | |
GetSuppressUI | Infrastructure. | |
GetUserControl | Infrastructure. | |
IsFireCodeModelEventNeeded | Infrastructure. | |
IsInAutomationFunction | Infrastructure. | |
IsMethodDisabled | Infrastructure. | |
LockServer | Infrastructure. | |
RunWizardFile | Infrastructure. | |
RunWizardFileEx | Infrastructure. | |
SetSuppressUI | Infrastructure. | |
SetUserControl | Infrastructure. | |
SetUserControlUnlatched | Infrastructure. | |
TestForShutdown | Infrastructure. |
Top