DkmDataContainer.RemoveDataItem<T> Method

Definition

Remove the instance of 'T' from this container. It is usually unnecessary to call this method as a data container will automatically be emptied when the object is closed.

C++/CX
public:
generic <typename T>
 where T : Microsoft::VisualStudio::Debugger::DkmDataItem bool RemoveDataItem();

Type Parameters

T

Type of a data item class. This class must derive from DkmDataItem. See DkmDataContainer definition for more information.

Returns

False if this container did not have an instance of 'T'.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022