IVsHelpEvents.OnCollectionChanged 方法

调用,同时帮助集合更改。

命名空间:  Microsoft.VisualStudio.VSHelp
程序集:  Microsoft.VisualStudio.VSHelp(在 Microsoft.VisualStudio.VSHelp.dll 中)

语法

声明
Sub OnCollectionChanged ( _
    bstrNewCollection As String, _
    bstrNewFilter As String _
)
void OnCollectionChanged(
    string bstrNewCollection,
    string bstrNewFilter
)
void OnCollectionChanged(
    [InAttribute] String^ bstrNewCollection, 
    [InAttribute] String^ bstrNewFilter
)
abstract OnCollectionChanged : 
        bstrNewCollection:string * 
        bstrNewFilter:string -> unit
function OnCollectionChanged(
    bstrNewCollection : String, 
    bstrNewFilter : String
)

参数

  • bstrNewCollection
    类型:String

    字符串包含新集合的名称。

  • bstrNewFilter
    类型:String

    字符串包含要应用筛选器的名称于帮助集合。

.NET Framework 安全性

请参阅

参考

IVsHelpEvents 接口

Microsoft.VisualStudio.VSHelp 命名空间