Compartilhar via


UserSegmentTermCollection.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 Function Remove ( _
    item As Guid _
) As Boolean
'Uso
Dim instance As UserSegmentTermCollection
Dim item As Guid
Dim returnValue As Boolean

returnValue = instance.Remove(item)
public bool Remove(
    Guid item
)

Parâmetros

Valor retornado

Type: System.Boolean

Exceptions

Exception Condition
NotSupportedException

Lançada quando a coleção é somente leitura

Ver também

Referência

UserSegmentTermCollection class

UserSegmentTermCollection members

Microsoft.Office.Server.Search.Query.Rules namespace