ToolWindowBase.HelpTopic Property
Get the help topic
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property HelpTopic As String
public virtual string HelpTopic { get; }
public:
virtual property String^ HelpTopic {
String^ get ();
}
abstract HelpTopic : string with get
override HelpTopic : string with get
function get HelpTopic () : String
Property Value
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.