remove
Description:
[
Version ( since =
"3.34" ) ]
public void remove (
uint index)
Removes the Property at the given index
.
If the index
is out of bounds (not lower than
get_count), then the function does nothing.
Parameters:
this |
an ComponentPropertyBag
|
index |
an index of the property to remove
|