ForEachVariableMappings.Remove(Object) 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 a ForEachVariableMapping object from the ForEachVariableMappings collection.
public:
void Remove(System::Object ^ index);
public void Remove (object index);
member this.Remove : obj -> unit
Public Sub Remove (index As Object)
Parameters
- index
- Object
The name, index, ID, or identity of the ForEachVariableMapping object to remove.