SearchControlDataSource.HelpTopic Property
Gets or sets the help topic attribute of the search control data source.
Namespace: Microsoft.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Property HelpTopic As String
public string HelpTopic { get; set; }
public:
property String^ HelpTopic {
String^ get ();
void set (String^ value);
}
member HelpTopic : string with get, set
function get HelpTopic () : String
function set HelpTopic (value : String)
Property Value
Type: String
Returns the help topic.
.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.