IAssistance Interface

Provides a means for developers to create a customized help experience for users within Microsoft Office.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("4291224C-DEFE-485B-8E69-6CF8AA85CB76")> _
Public Interface IAssistance
'Usage
Dim instance As IAssistance
[GuidAttribute("4291224C-DEFE-485B-8E69-6CF8AA85CB76")]
public interface IAssistance

Remarks

The Assistance property of an Application object returns an IAssistance object. The IAssistance object exposes methods that allow developers to display help topics in the Office Help Viewer or to display help topics that ship with Office in the Help window of the host application. Developers either pass specific Help IDs to the help system or pass specific search queries. Help IDs have to be explicitly added to the Help file in order for the Help ID to return the help topic.

See Also

Reference

IAssistance Members

Microsoft.Office.Core Namespace