Compartilhar via


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

Ver também

Referência

ReorderingRuleCollection classe

ReorderingRuleCollection membros

Microsoft.SharePoint.Client.Search.Query namespace