_ItemLifeManager.ReleaseItem(Type&) (Compact 2013)
3/28/2014
This method releases resources that are allocated for the specified item of type Type.
Syntax
HRESULT ReleaseItem(
Type & )
Parameters
- Type
[in] A pointer to the item for which to release allocated resources.
Return Value
Returns S_FALSE if Type is not a pointer.
Remarks
If Type is a pointer, XAML for Windows Embedded automatically uses the type-safe version of this method, _ItemLifeManager.ReleaseItem(Obj *).
Requirements
Header |
XRCollection.h |