Sdílet prostřednictvím


IVsHelpEvents.OnCollectionChanged(String, String) Method

Definition

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.

Applies to