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 | |
---|---|---|
![]() |
EnterAutomationFunction | Infrastructure. Microsoft Internal Use Only. |
![]() |
ExitAutomationFunction | Infrastructure. Microsoft Internal Use Only. |
![]() |
FireMacroReset | 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. |
![]() |
IsInAutomationFunction | Infrastructure. Microsoft Internal Use Only. |
![]() |
IsMethodDisabled | Infrastructure. Microsoft Internal Use Only. |
![]() |
LockServer | Infrastructure. Microsoft Internal Use Only. |
![]() |
RunWizardFile | 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