IVsHelpEvents.OnCollectionChanged(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the Help collection changes.
public:
void OnCollectionChanged(System::String ^ bstrNewCollection, System::String ^ bstrNewFilter);
public:
void OnCollectionChanged(Platform::String ^ bstrNewCollection, Platform::String ^ bstrNewFilter);
void OnCollectionChanged(std::wstring const & bstrNewCollection, std::wstring const & bstrNewFilter);
public void OnCollectionChanged (string bstrNewCollection, string bstrNewFilter);
abstract member OnCollectionChanged : string * string -> unit
Public Sub OnCollectionChanged (bstrNewCollection As String, bstrNewFilter As String)
Parameters
- bstrNewCollection
- String
String containing the name of the new collection.
- bstrNewFilter
- String
String containing the name of the filter to be applied to the Help collection.