PropertyTests.Remove(Int32) Method
Definition
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.
Removes the specified object from the collection.
public:
void Remove(int Index);
public void Remove (int Index);
abstract member Remove : int -> unit
Public Sub Remove (Index As Integer)
Parameters
- Index
- Int32
Required Integer. The index number of the property test to be removed.