SearchControlDataSource::OnInvokeHelp Method (String^)

 

Provides class handling for invoking topic help on the data source or any element derived from it.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual bool OnInvokeHelp(
	String^ helpTopic
)

Parameters

helpTopic
Type: System::String^

The topic for which help was invoked.

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: