IVsWindowSearchHost.HelpTopic-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt das Hilfethema, das Search-Steuerelement zugeordnet.

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

Syntax

[DispIdAttribute(1610678287)]
string HelpTopic { get; set; }
[DispIdAttribute(1610678287)]
property String^ HelpTopic {
    String^ get();
    void set(String^ value);
}
[<DispIdAttribute(1610678287)>]
abstract HelpTopic : string with get, set
<DispIdAttribute(1610678287)>
Property HelpTopic As String

Eigenschaftswert

Type: System.String

Das Hilfethema. Gibt null zurück, wenn kein Thema festgelegt wurde.

Siehe auch

IVsWindowSearchHost-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang