ApplicationClass.FileDialog[MsoFileDialogType] Property

Definition

public:
 virtual property Microsoft::Office::Core::FileDialog ^ FileDialog[Microsoft::Office::Core::MsoFileDialogType] { Microsoft::Office::Core::FileDialog ^ get(Microsoft::Office::Core::MsoFileDialogType FileDialogType); };
public virtual Microsoft.Office.Core.FileDialog FileDialog[Microsoft.Office.Core.MsoFileDialogType FileDialogType] { get; }
member this.FileDialog(Microsoft.Office.Core.MsoFileDialogType) : Microsoft.Office.Core.FileDialog
Public Overridable ReadOnly Property FileDialog(FileDialogType As MsoFileDialogType) As FileDialog

Parameters

FileDialogType
MsoFileDialogType

Property Value

Implements

Applies to