DkmDataItem.OnContainerCreated(DkmDataContainer) Method

Definition

'OnContainerCreated' is called when this data item has been passed as the 'DataItem' argument to a 'Create' method. This allows the data item to obtain the newly created dispatcher object before this dispatcher object has been passed to any other component.

protected:
 virtual void OnContainerCreated(Microsoft::VisualStudio::Debugger::DkmDataContainer ^ container);
protected virtual void OnContainerCreated (Microsoft.VisualStudio.Debugger.DkmDataContainer container);
abstract member OnContainerCreated : Microsoft.VisualStudio.Debugger.DkmDataContainer -> unit
override this.OnContainerCreated : Microsoft.VisualStudio.Debugger.DkmDataContainer -> unit
Protected Overridable Sub OnContainerCreated (container As DkmDataContainer)

Parameters

container
DkmDataContainer

Applies to