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 SourceDefaultExt
Declaration
[NotImplemented]
public string DefaultExt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DefaultFileName
Declaration
[NotImplemented]
public string DefaultFileName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filter
Declaration
[NotImplemented]
public string Filter { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FilterIndex
Declaration
[NotImplemented]
public int FilterIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SafeFileName
Declaration
[NotImplemented]
public string SafeFileName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOpenFile()
Declaration
[NotImplemented]
public Stream OpenFile()
Returns
Type | Description |
---|---|
System.IO.Stream |
ShowDialog()
Declaration
[NotImplemented]
public bool? ShowDialog()
Returns
Type | Description |
---|---|
System.Nullable<System.Boolean> |