IVsExtensibility3 Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("A17BE28D-6CDC-4C1E-BE3E-F0ED067EA3E2")]
[InterfaceTypeAttribute(1)]
public interface IVsExtensibility3

NameDescription
System_CAPS_pubmethodEnterAutomationFunction()

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

System_CAPS_pubmethodExitAutomationFunction()

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

System_CAPS_pubmethodFireCodeModelEvent3(Int32, Object, Object, Int32)

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

System_CAPS_pubmethodFireMacroReset()

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

System_CAPS_pubmethodFireProjectItemsEvent_ItemAdded(Object)

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

System_CAPS_pubmethodFireProjectItemsEvent_ItemRemoved(Object)

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

System_CAPS_pubmethodFireProjectItemsEvent_ItemRenamed(Object, String)

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

System_CAPS_pubmethodFireProjectsEvent_ItemAdded(Object)

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

System_CAPS_pubmethodFireProjectsEvent_ItemRemoved(Object)

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

System_CAPS_pubmethodFireProjectsEvent_ItemRenamed(Object, String)

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

System_CAPS_pubmethodGetConfigMgr(Object, UInt32, Object)

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

System_CAPS_pubmethodGetDocumentFromDocCookie(Int32, Object)

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

System_CAPS_pubmethodGetGlobalsObject(Object, Object)

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

System_CAPS_pubmethodGetLockCount(Int32)

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

System_CAPS_pubmethodGetProperties(Object, Object, Object)

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

System_CAPS_pubmethodGetSuppressUI(Boolean)

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

System_CAPS_pubmethodGetUserControl(Boolean)

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

System_CAPS_pubmethodIsFireCodeModelEventNeeded(Boolean)

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

System_CAPS_pubmethodIsInAutomationFunction(Int32)

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

System_CAPS_pubmethodIsMethodDisabled(Guid, Int32)

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

System_CAPS_pubmethodLockServer(Boolean)

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

System_CAPS_pubmethodRunWizardFile(String, Int32, Array, Int32)

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

System_CAPS_pubmethodRunWizardFileEx(String, Int32, Array, Array, Int32)

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

System_CAPS_pubmethodSetSuppressUI(Boolean)

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

System_CAPS_pubmethodSetUserControl(Boolean)

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

System_CAPS_pubmethodSetUserControlUnlatched(Boolean)

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

System_CAPS_pubmethodTestForShutdown(Boolean)

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

Return to top
Show: