IVsHelpEvents.OnFilterChanged(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 filter applied to the Help collection changes.
public:
void OnFilterChanged(System::String ^ bstrNewFilter);
public:
void OnFilterChanged(Platform::String ^ bstrNewFilter);
void OnFilterChanged(std::wstring const & bstrNewFilter);
public void OnFilterChanged (string bstrNewFilter);
abstract member OnFilterChanged : string -> unit
Public Sub OnFilterChanged (bstrNewFilter As String)
Parameters
- bstrNewFilter
- String
String containing the name of the filter to be applied to the Help collection.