IVsObjectManagerEvents Interface

 

This API supports the product 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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("7C4C8065-FB7E-45D8-9B50-940A8FCB5876")]
public interface IVsObjectManagerEvents

NameDescription
System_CAPS_pubmethodOnAfterSubsetChange()

This API supports the product infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethodOnBeforeSubsetChange()

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines events for before and after an object list changes. Used as part of Object Browser, Find Symbol, and Class View.

Return to top
Show: