ProjectVariablesWrapper.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 variable object from the ProjectVariablesWrapper instance.
public:
virtual void Remove(System::Object ^ index);
public void Remove (object index);
abstract member Remove : obj -> unit
override this.Remove : obj -> unit
Public Sub Remove (index As Object)
Parameters
- index
- Object
The index object to remove from the collection.