(ReorderingRuleMatchType, String, Int32) del método ReorderingRuleCollection.Add
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
Public Sub Add ( _
matchType As ReorderingRuleMatchType, _
matchValue As String, _
boost As Integer _
)
'Uso
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
)
Parámetros
- matchType
Tipo: Microsoft.Office.Server.Search.Query.ReorderingRuleMatchType
- matchValue
Tipo: System.String
- boost
Tipo: System.Int32
Vea también
Referencia
clase ReorderingRuleCollection