QueryActionCollection<T>.OnPreClearInternal method
Remove todas as ações de consulta da coleção.
Namespace: Microsoft.Office.Server.Search.Query.Rules
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Protected Overrides Sub OnPreClearInternal
'Uso
Me.OnPreClearInternal()
protected override void OnPreClearInternal()
Exceptions
Exception | Condition |
---|---|
NotSupportedException | Lançada quando a coleção é somente leitura |
Ver também
Referência
QueryActionCollection<T> class