Compartilhar via


ValueCollection.Remove Method (String)

The Remove method removes the element that matches a string value from the ValueCollection.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As ValueCollection
Dim val As String

instance.Remove(val)

Syntax

'Declaration
Public MustOverride Sub Remove ( _
    val As String _
)
public abstract void Remove (
    string val
)
public:
virtual void Remove (
    String^ val
) abstract
public abstract void Remove (
    String val
)
public abstract function Remove (
    val : String
)

Parameters

  • val
    Contains a string value that matches the value of the element to remove.

Exceptions

Exception type Condition
System.InvalidOperationException

The value of the val parameter cannot be converted to the data type of the collection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

ValueCollection Class
ValueCollection Members
Microsoft.MetadirectoryServices Namespace