Share via


FileDialogSelectedItems Interface 

A collection of String values that correspond to the paths of the files or folders that a user has selected from a file dialog box displayed through the FileDialog object.

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

Usage

Public Class ileDialogSelectedItemsImplementation
    Implements FileDialogSelectedItems
End Class
Dim ileDialogSelectedItemsImplementation1 As New ileDialogSelectedItemsImplementation()

Syntax

Public Interface FileDialogSelectedItems
    Inherits _IMsoDispObj, IEnumerable
public interface FileDialogSelectedItems : _IMsoDispObj, IEnumerable
public interface class FileDialogSelectedItems : public _IMsoDispObj, IEnumerable
public interface FileDialogSelectedItems implements _IMsoDispObj, IEnumerable
public interface FileDialogSelectedItems implements _IMsoDispObj, , IEnumerable

Remarks

Use the SelectedItems property with the FileDialog object to return a FileDialogSelectedItems collection.

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

FileDialogSelectedItems Members