QueryActionCollection<T>.OnPreRemoveInternal 方法

该成员将替代 OrderedCollectionBase<T>.OnPreRemoveInternal(T)

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

语法

声明
Protected Overrides Sub OnPreRemoveInternal ( _
    queryAction As T _
)
用法
Dim queryAction As T

Me.OnPreRemoveInternal(queryAction)
protected override void OnPreRemoveInternal(
    T queryAction
)

参数

  • queryAction
    类型:T

另请参阅

引用

QueryActionCollection<T> 类

QueryActionCollection<T> 成员

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