OrderedCollectionBase<T>.Remove method
Remove o item da coleção
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Overridable Function Remove ( _
item As T _
) As Boolean
'Uso
Dim instance As OrderedCollectionBase
Dim item As T
Dim returnValue As Boolean
returnValue = instance.Remove(item)
public virtual bool Remove(
T item
)
Parâmetros
- item
Type: T
Valor retornado
Type: System.Boolean
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lançada quando a coleção é somente leitura |
Ver também
Referência
OrderedCollectionBase<T> class