QueryRuleGroupMembersCollection.OnPreRemoveInternal - Méthode
Ce membre remplace OrderedCollectionBase<T>.OnPreRemoveInternal(T).
Espace de noms : Microsoft.Office.Server.Search.Query.Rules
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnPreRemoveInternal ( _
queryRule As QueryRule _
)
'Utilisation
Dim queryRule As QueryRule
Me.OnPreRemoveInternal(queryRule)
protected override void OnPreRemoveInternal(
QueryRule queryRule
)
Paramètres
- queryRule
Type : Microsoft.Office.Server.Search.Query.Rules.QueryRule
Voir aussi
Référence
QueryRuleGroupMembersCollection classe