WsiProfilesElementCollection.RemoveAt 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 specified element from the collection.
Overloads
RemoveAt(Int32) |
Removes the element at the specified index in the collection. |
RemoveAt(Object) |
Removes the WsiProfilesElement with the specified key from the collection. |
RemoveAt(Int32)
Removes the element at the specified index in the collection.
public:
void RemoveAt(int index);
public void RemoveAt (int index);
member this.RemoveAt : int -> unit
Public Sub RemoveAt (index As Integer)
Parameters
- index
- Int32
The zero-based index of the WsiProfilesElement to remove from the collection.
Applies to
RemoveAt(Object)
Removes the WsiProfilesElement with the specified key from the collection.
public:
void RemoveAt(System::Object ^ key);
public void RemoveAt (object key);
member this.RemoveAt : obj -> unit
Public Sub RemoveAt (key As Object)
Parameters
- key
- Object
The key of the WsiProfilesElement to be removed from the collection.