ToolWindowBase.SetUserSubContext Method

Set the help topic for a specific context in this tool window. This help topic will be higher priority than the general tool window help topic.

Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)

Syntax

'Declaration
Protected Sub SetUserSubContext ( _
    contextHelpTopic As String _
)
protected void SetUserSubContext(
    string contextHelpTopic
)
protected:
void SetUserSubContext(
    String^ contextHelpTopic
)
member SetUserSubContext : 
        contextHelpTopic:string -> unit
protected function SetUserSubContext(
    contextHelpTopic : String
)

Parameters

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace