del método ReorderingRuleCollection.Add
Espacio de nombres: Microsoft.SharePoint.Client.Search.Query
Ensamblado: Microsoft.SharePoint.Client.Search (en Microsoft.SharePoint.Client.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.SharePoint.Client.Search.Query.ReorderingRuleMatchType
- matchValue
Tipo: System.String
- boost
Tipo: System.Int32
Vea también
Referencia
clase ReorderingRuleCollection