DkmDataItem.OnContainerCreated(DkmDataContainer) 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.
'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