共用方式為


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 命名空間