_Application.Assistance Property

Definition

Returns an Microsoft.Office.Core.IAssistance object for short_Excel2007 that represents the Microsoft Office Help Viewer. Read-only.

public:
 property Microsoft::Office::Core::IAssistance ^ Assistance { Microsoft::Office::Core::IAssistance ^ get(); };
public Microsoft.Office.Core.IAssistance Assistance { get; }
Public ReadOnly Property Assistance As IAssistance

Property Value

Microsoft.Office.Core.IAssistance

IAssistance

Remarks

The IAssistance object allows developers to show custom help and help that is installed with Office in the Office Help Viewer.

Applies to