AnswerWizardFiles Interface

Definition

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

public interface class AnswerWizardFiles : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0361-0000-0000-C000-000000000046")]
public interface AnswerWizardFiles : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C0361-0000-0000-C000-000000000046")>]
type AnswerWizardFiles = interface
    interface _IMsoDispObj
Public Interface AnswerWizardFiles
Implements _IMsoDispObj
Attributes
Implements

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(String) method to make additional files available to the current Answer Wizard.

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

Properties

Application

Returns an Application object that represents the container application for the object.

Count

Returns or sets an Integer indicating the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns a file name string from an AnswerWizardFiles collection.

Parent

Returns the parent object for the specified object.

Methods

Add(String)

Creates a new reference to an Answer Wizard file and adds it to the AnswerWizardFiles collection.

Delete(String)

Deletes the specified object from its collection.

Applies to