ReorderingRuleCollection.Add 方法 (ReorderingRuleMatchType, String, Int32)

命名空间:  Microsoft.Office.Server.Search.Query
程序集:  Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)

语法

声明
Public Sub Add ( _
    matchType As ReorderingRuleMatchType, _
    matchValue As String, _
    boost As Integer _
)
用法
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
)

参数

另请参阅

引用

ReorderingRuleCollection 类

ReorderingRuleCollection 成员

Add 重载

Microsoft.Office.Server.Search.Query 命名空间