ToolWindowBase.SetUserContext Method

Set the help topic for this tool window.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace