Show / Hide Table of Contents

Class SaveFileDialog

Inheritance
System.Object
SaveFileDialog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class SaveFileDialog

Properties

| Improve this Doc View Source

DefaultExt

Declaration
[NotImplemented]
public string DefaultExt { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DefaultFileName

Declaration
[NotImplemented]
public string DefaultFileName { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Filter

Declaration
[NotImplemented]
public string Filter { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FilterIndex

Declaration
[NotImplemented]
public int FilterIndex { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

SafeFileName

Declaration
[NotImplemented]
public string SafeFileName { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

OpenFile()

Declaration
[NotImplemented]
public Stream OpenFile()
Returns
Type Description
System.IO.Stream
| Improve this Doc View Source

ShowDialog()

Declaration
[NotImplemented]
public bool? ShowDialog()
Returns
Type Description
System.Nullable<System.Boolean>
  • Improve this Doc
  • View Source