IVsObjectManagerEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents object manager events.
public interface class IVsObjectManagerEvents
public interface class IVsObjectManagerEvents
__interface IVsObjectManagerEvents
[System.Runtime.InteropServices.Guid("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsObjectManagerEvents
[System.Runtime.InteropServices.Guid("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsObjectManagerEvents
[<System.Runtime.InteropServices.Guid("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsObjectManagerEvents = interface
[<System.Runtime.InteropServices.Guid("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsObjectManagerEvents = interface
Public Interface IVsObjectManagerEvents
- Attributes
Remarks
Defines events for before and after an object list changes. Used as part of Object Browser, Find Symbol, and Class View.
Methods
OnAfterSubsetChange() | |
OnBeforeSubsetChange() |