IVsHelpEvents_OnCollectionChangedEventHandler Delegate

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

[ComVisibleAttribute(false)]
public delegate void IVsHelpEvents_OnCollectionChangedEventHandler(
	String^ bstrNewCollection,
	String^ bstrNewFilter
)

Parameters

bstrNewCollection
Type: System::String^

 

bstrNewFilter
Type: System::String^

 

Return to top
Show: