Share via


AnswerWizardFiles.Item Property

Returns a file name string from an AnswerWizardFiles collection.

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

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As String
    Get
'Usage
Dim instance As AnswerWizardFiles
Dim Index As Integer
Dim value As String

value = instance(Index)
string this[
    int Index
] { get; }

Parameters

  • Index
    Type: System.Int32

    Required Integer. The index number of the Answer Wizard file name string, or the file name, to be returned.

Property Value

Type: System.String

See Also

Reference

AnswerWizardFiles Interface

AnswerWizardFiles Members

Microsoft.Office.Core Namespace