Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
The Remove method deletes an item from the collection at the specified index.
Syntax
HRESULT Remove(
[in] long Index
);
Parameters
[in] Index
Specifies the location in the collection of the item to remove.
Return value
This method can return one of these values.
| Return code | Description |
|---|---|
|
Method succeeded. |
|
The Index parameter does not specify a valid index. |
|
There is not enough memory to reallocate the collection. |
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Windows |
| Header | tapi3if.h |
| Library | Uuid.lib |
| DLL | Tapi3.dll |