Help Interface

Dual interface used to provide F1 Help from a modal or non-modal dialog box.

Namespace:  Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

Syntax

<GuidAttribute("4A791148-19E4-11D3-B86B-00C04F79F802")> _
Public Interface Help

Dim instance As Help
[GuidAttribute("4A791148-19E4-11D3-B86B-00C04F79F802")]
public interface Help
[GuidAttribute(L"4A791148-19E4-11D3-B86B-00C04F79F802")]
public interface class Help
public interface Help

Remarks

This interface is deprecated. See Help2 for information about the current implementation.

Notes to Callers:

Call to add F1 Help to a modal or non-modal dialog box.

See Also

Reference

Help Members

Microsoft.VisualStudio.VSHelp Namespace