IVsWindowSearchHost::HelpTopic Property

 

Gets or sets the help topic associated with the search control.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[DispIdAttribute(1610678287)]
property String^ HelpTopic {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The help topic. Returns null if no topic has been set.

Return to top
Show: