_Application.Assistance Property

Definition

Returns an Microsoft.Office.Core.IAssistance object 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; }
member this.Assistance : Microsoft.Office.Core.IAssistance
Public ReadOnly Property Assistance As IAssistance

Property Value

Microsoft.Office.Core.IAssistance

Microsoft.Office.Core.IAssistance

Remarks

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

Applies to