IVsExtensibility Interface

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
Public method EnterAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method ExitAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method FireMacroReset Infrastructure. Microsoft Internal Use Only.
Public method get_Properties Infrastructure. Microsoft Internal Use Only.
Public method Get_TextBuffer Infrastructure. Microsoft Internal Use Only.
Public method GetConfigMgr Infrastructure. Microsoft Internal Use Only.
Public method GetDocumentFromDocCookie Infrastructure. Microsoft Internal Use Only.
Public method GetGlobalsObject Infrastructure. Microsoft Internal Use Only.
Public method GetLockCount Infrastructure. Microsoft Internal Use Only.
Public method GetSuppressUI Infrastructure. Microsoft Internal Use Only.
Public method GetUserControl Infrastructure. Microsoft Internal Use Only.
Public method IsInAutomationFunction Infrastructure. Microsoft Internal Use Only.
Public method IsMethodDisabled Infrastructure. Microsoft Internal Use Only.
Public method LockServer Infrastructure. Microsoft Internal Use Only.
Public method RunWizardFile Infrastructure. Microsoft Internal Use Only.
Public method SetSuppressUI Infrastructure. Microsoft Internal Use Only.
Public method SetUserControl Infrastructure. Microsoft Internal Use Only.
Public method SetUserControlUnlatched Infrastructure. Microsoft Internal Use Only.
Public method TestForShutdown Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace