다음을 통해 공유


SearchControlDataSource.OnInvokeHelp Method

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.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

‘선언
Protected Overridable Function OnInvokeHelp ( _
    helpTopic As String _
) As Boolean
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.

.NET Framework Security

See Also

Reference

SearchControlDataSource Class

Microsoft.VisualStudio.PlatformUI Namespace