AnswerWizardFiles Interface

The AnswerWizardFiles collection contains all of the Answer Wizard files (with the file name extension .AW) available to the active Microsoft Office application.

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

Syntax

'Declaration
<GuidAttribute("000C0361-0000-0000-C000-000000000046")> _
Public Interface AnswerWizardFiles _
    Inherits _IMsoDispObj
'Usage
Dim instance As AnswerWizardFiles
[GuidAttribute("000C0361-0000-0000-C000-000000000046")]
public interface AnswerWizardFiles : _IMsoDispObj

Remarks

Some of the content in this topic may not be applicable to some languages.

Use the Files property to get the collection of Answer Wizard file references. The Files property returns a collection of strings that refer to .AW files.

Use the Add method to make additional files available to the current Answer Wizard.

Use the Item property to get the name of an existing Answer Wizard file reference.

See Also

Reference

AnswerWizardFiles Members

Microsoft.Office.Core Namespace