Removes the specified strings from this string list.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public Sub Remove ( _
    collection As IEnumerable(Of String) _
)
public void Remove(
    IEnumerable<string> collection
)
public:
void Remove(
    IEnumerable<String^>^ collection
)
member Remove : 
        collection:IEnumerable<string> -> unit 
public function Remove(
    collection : IEnumerable<String>
)
Parameters
- collection
 Type: System.Collections.Generic.IEnumerable<String>
 An enumerable collection of strings to remove from this string list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace