Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents object manager events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")> _
Public Interface IVsObjectManagerEvents
[InterfaceTypeAttribute()]
[GuidAttribute("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")]
public interface IVsObjectManagerEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"7C4C8065-FB7E-45D8-9B50-940A8FCB5876")]
public interface class IVsObjectManagerEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")>]
type IVsObjectManagerEvents = interface end
public interface IVsObjectManagerEvents
The IVsObjectManagerEvents type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
OnAfterSubsetChange | |
![]() |
OnBeforeSubsetChange |
Top
Remarks
Defines events for before and after an object list changes. Used as part of ObjectBrowser, FindSymbol, and ClassView.
.gif)