_Application.FileDialog Property

Returns a FileDialog object that represents a single instance of a file dialog box. Read-only.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
ReadOnly Property FileDialog ( _
    Type As MsoFileDialogType _
) As FileDialog
    Get
'Usage
Dim instance As _Application
Dim Type As MsoFileDialogType
Dim value As FileDialog

value = instance.FileDialog(Type)
FileDialog this[
    MsoFileDialogType Type
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.FileDialog

Remarks

The value of the Type parameter can be one of these MsoFileDialogType constants.

msoFileDialogFilePicker

msoFileDialogFolderPicker

msoFileDialogOpen

msoFileDialogSaveAs

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.PowerPoint Namespace