Share via


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)

Usage

Public Class nswerWizardFilesImplementation
    Implements AnswerWizardFiles
End Class
Dim nswerWizardFilesImplementation1 As New nswerWizardFilesImplementation()

Syntax

Public Interface AnswerWizardFiles
    Inherits _IMsoDispObj
public interface AnswerWizardFiles : _IMsoDispObj
public interface class AnswerWizardFiles : public _IMsoDispObj
public interface AnswerWizardFiles implements _IMsoDispObj
public interface AnswerWizardFiles implements _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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Core Namespace

Other Resources

AnswerWizardFiles Members