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

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace