IVsHierarchyEvents.OnItemDeleted(UInt32) Method
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.
Notifies clients when an item is deleted from the hierarchy.
public:
int OnItemDeleted(System::UInt32 itemid);
public:
int OnItemDeleted(unsigned int itemid);
int OnItemDeleted(unsigned int itemid);
public int OnItemDeleted (uint itemid);
abstract member OnItemDeleted : uint32 -> int
Public Function OnItemDeleted (itemid As UInteger) As Integer
- itemid
- UInt32
[in] Identifier of the deleted item. This is the same identifier assigned to the new item by the hierarchy when it is added to the hierarchy.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsHierarchyEvents::OnItemDeleted(
[in] VSITEMID itemid
);
Prodotto | Versioni |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |