IExtensibleObjectSite.NotifyDelete(Object) Method

Definition

Microsoft Internal Use Only.

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

public:
 void NotifyDelete(System::Object ^ punkObj);
public:
 void NotifyDelete(Platform::Object ^ punkObj);
void NotifyDelete(winrt::Windows::Foundation::IInspectable const & punkObj);
public void NotifyDelete (object punkObj);
abstract member NotifyDelete : obj -> unit
Public Sub NotifyDelete (punkObj As Object)

Parameters

punkObj
Object

The IUnknown object.

Applies to