[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Removes the first occurrence of a specific object from the ICollection < (Of < ( <' T > ) > ) > .

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages.Server
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
bool 
Remove(
	
string 
item
)
Public 
Function 
Remove ( _
	
item 
As 
String _
) 
As 
Boolean
public:
virtual 
bool 
Remove(
	
String^ 
item
) 
sealed

Parameters

item
String
The object to remove from the ICollection < (Of < ( <' T > ) > ) > .

Return Value

true if itemwas successfully removed from the ICollection < (Of < ( <' T > ) > ) > ; otherwise, false. This method also returns false if itemis not found in the original ICollection < (Of < ( <' T > ) > ) > .

Implements

ICollection < (Of < ( <' T > ) > ) > . . :: . . Remove(T)

Exceptions

See Also