Partilhar via


IVsObjectManagerEvents Interface

Definition

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.

Applies to