命名空间: 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
)
参数
- matchValue
类型:System.String
- boost
类型:System.Int32