共用方式為


IVsHelpEvents_OnCollectionChangedEventHandler 委派

這個應用程式開發介面支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  Microsoft.VisualStudio.VSHelp
組件:  Microsoft.VisualStudio.VSHelp (在 Microsoft.VisualStudio.VSHelp.dll 中)

語法

'宣告
<ComVisibleAttribute(False)> _
Public Delegate Sub IVsHelpEvents_OnCollectionChangedEventHandler ( _
    bstrNewCollection As String, _
    bstrNewFilter As String _
)
[ComVisibleAttribute(false)]
public delegate void IVsHelpEvents_OnCollectionChangedEventHandler(
    string bstrNewCollection,
    string bstrNewFilter
)
[ComVisibleAttribute(false)]
public delegate void IVsHelpEvents_OnCollectionChangedEventHandler(
    [InAttribute] String^ bstrNewCollection, 
    [InAttribute] String^ bstrNewFilter
)
[<ComVisibleAttribute(false)>]
type IVsHelpEvents_OnCollectionChangedEventHandler = 
    delegate of  
        bstrNewCollection:string * 
        bstrNewFilter:string -> unit
JScript 不支援委派。

參數

  • bstrNewCollection
    類型:String

     

  • bstrNewFilter
    類型:String

     

請參閱

參考

Microsoft.VisualStudio.VSHelp 命名空間

OnCollectionChanged