Share via


_Application.Assistance Property

Gets a reference to the Microsoft Office IAssistance object, which provides a means for developers to create a customized help experience for users within Microsoft Office. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property Assistance As IAssistance
    Get
'Usage
Dim instance As _Application
Dim value As IAssistance

value = instance.Assistance
IAssistance Assistance { get; }

Property Value

Type: Microsoft.Office.Core.IAssistance

Remarks

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 Microsoft Office in the PowerPoint Help window.

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.PowerPoint Namespace