ReorderingRuleCollection.Add - Méthode (ReorderingRuleMatchType, String, Int32)
Espace de noms : Microsoft.Office.Server.Search.Query
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
matchType As ReorderingRuleMatchType, _
matchValue As String, _
boost As Integer _
)
'Utilisation
Dim instance As ReorderingRuleCollection
Dim matchType As ReorderingRuleMatchType
Dim matchValue As String
Dim boost As Integer
instance.Add(matchType, matchValue, boost)
public void Add(
ReorderingRuleMatchType matchType,
string matchValue,
int boost
)
Paramètres
- matchType
Type : Microsoft.Office.Server.Search.Query.ReorderingRuleMatchType
- matchValue
Type : System.String
- boost
Type : System.Int32
Voir aussi
Référence
ReorderingRuleCollection classe