ReorderingRuleCollection.Add método
Namespace: Microsoft.SharePoint.Client.Search.Query
Assembly: Microsoft.SharePoint.Client.Search (em Microsoft.SharePoint.Client.Search.dll)
Sintaxe
'Declaração
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
Ver também
Referência
ReorderingRuleCollection classe