Freigeben über


FileDialogFilters.Item Method

Returns a FileDialogFilter object that is a member of the specified FileDialogFilters collection.

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

Syntax

'Declaration
Function Item ( _
    Index As Integer _
) As FileDialogFilter
'Usage
Dim instance As FileDialogFilters
Dim Index As Integer
Dim returnValue As FileDialogFilter

returnValue = instance(Index)
FileDialogFilter Item(
    int Index
)

Parameters

  • Index
    Type: System.Int32

    Required Integer. The index number of the FileDialogFilter object to be returned.

Return Value

Type: Microsoft.Office.Core.FileDialogFilter

See Also

Reference

FileDialogFilters Interface

FileDialogFilters Members

Microsoft.Office.Core Namespace