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.
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
- contextHelpTopic
Type: System.String
.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.