Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overridable Function OnInvokeHelp ( _
helpTopic As String _
) As Boolean
protected virtual bool OnInvokeHelp(
string helpTopic
)
protected:
virtual bool OnInvokeHelp(
String^ helpTopic
)
abstract OnInvokeHelp :
helpTopic:string -> bool
override OnInvokeHelp :
helpTopic:string -> bool
protected function OnInvokeHelp(
helpTopic : String
) : boolean
Parameters
helpTopic
Type: StringThe topic for which help was invoked.
Return Value
Type: Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.