IVsAppContainerBootstrapper5.AdviseAppContainerBootstrapperEvents Method
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.
public:
System::UInt32 AdviseAppContainerBootstrapperEvents(Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperEvents ^ sink);
public uint AdviseAppContainerBootstrapperEvents (Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperEvents sink);
abstract member AdviseAppContainerBootstrapperEvents : Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperEvents -> uint32
Public Function AdviseAppContainerBootstrapperEvents (sink As IVsAppContainerBootstrapperEvents) As UInteger
Parameters
Returns
Remarks
This method is safe to access from any thread.