Share via


AggregateContextExpression.AddMatchExpression Method (IList<KeyValuePair<String, String>>)

Adds a list of key-value pairs to the aggregate node.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Keywords
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function AddMatchExpression ( _
    pairs As IList(Of KeyValuePair(Of String, String)) _
) As IList(Of KeyValueAtomicContextExpression)
'Usage
Dim instance As AggregateContextExpression
Dim pairs As IList(Of KeyValuePair(Of String, String))
Dim returnValue As IList(Of KeyValueAtomicContextExpression)

returnValue = instance.AddMatchExpression(pairs)
IList<KeyValueAtomicContextExpression> AddMatchExpression(
    IList<KeyValuePair<string, string>> pairs
)

Parameters

Return Value

Type: System.Collections.Generic.IList<KeyValueAtomicContextExpression>
The added pairs as an [IList] of KeyValueAtomicContextExpressions.

See Also

Reference

AggregateContextExpression Interface

AggregateContextExpression Members

AddMatchExpression Overload

Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace