UserSegmentTermCollection.Add method
Adiciona um item à coleção
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub Add ( _
item As Guid _
)
'Uso
Dim instance As UserSegmentTermCollection
Dim item As Guid
instance.Add(item)
public void Add(
Guid item
)
Parâmetros
- item
Type: System.Guid
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lançada quando a coleção é somente leitura |
ArgumentException | Lançada quando o item já existe na coleção |
Ver também
Referência
UserSegmentTermCollection class