Gets or sets a string containing the full path of the file selected in a file dialog.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax . . :: . String
A String that is the full path of the file selected in the file dialog. The default is Empty.
Public Property FileName As String
Get
Setpublic string FileName { get; set; }public:
property String^ FileName {
String^ get ();
void set (String^ value);
}member FileName : string with get, set
<object FileName="string" .../>Property Value
Type: SystemA String that is the full path of the file selected in the file dialog. The default is Empty.
.NET Framework Security
- FileIOPermission
to either get or set the path in the dialog. Associated enumeration: Unrestricted
Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.