This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093")> _
<InterfaceTypeAttribute()> _
Public Interface IVsExtensibility
[GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093")]
[InterfaceTypeAttribute()]
public interface IVsExtensibility
[GuidAttribute(L"3C536122-57B1-46DE-AB34-ACC524140093")]
[InterfaceTypeAttribute()]
public interface class IVsExtensibility
[<GuidAttribute("3C536122-57B1-46DE-AB34-ACC524140093")>]
[<InterfaceTypeAttribute()>]
type IVsExtensibility =  interface end
public interface IVsExtensibility
The IVsExtensibility type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | EnterAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | ExitAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | FireMacroReset | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | get_Properties | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | Get_TextBuffer | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetConfigMgr | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetDocumentFromDocCookie | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetGlobalsObject | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetLockCount | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetSuppressUI | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | GetUserControl | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | IsInAutomationFunction | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | IsMethodDisabled | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | LockServer | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | RunWizardFile | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetSuppressUI | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetUserControl | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | SetUserControlUnlatched | Infrastructure. Microsoft Internal Use Only. | 
| .gif) | TestForShutdown | Infrastructure. Microsoft Internal Use Only. | 
Top