AnswerWizardFiles.Add Method

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

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

Syntax

'Declaration
Sub Add ( _
    FileName As String _
)
'Usage
Dim instance As AnswerWizardFiles
Dim FileName As String

instance.Add(FileName)
void Add(
    string FileName
)

Parameters

  • FileName
    Type: System.String

    Required String. The fully qualified path to the specified Answer Wizard file.

See Also

Reference

AnswerWizardFiles Interface

AnswerWizardFiles Members

Microsoft.Office.Core Namespace