FilePickerFileType Class
Represents a name mapped to the associated file types (extensions).
Definition
Namespace: Avalonia.Platform.Storage
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public sealed class FilePickerFileType
Public NotInheritable Class FilePickerFileType
[<SealedAttribute>]
type FilePickerFileType = class end
Inheritance | Object → FilePickerFileType |
Constructors
FilePickerFileType(String) | Initializes a new instance of the FilePickerFileType class |
Properties
AppleUniformTypeIdentifiers | List of extensions in Apple uniform format. |
MimeTypes | List of extensions in MIME format. |
Name | File type name. |
Patterns | List of extensions in GLOB format. I.e. ".png" or ".*". |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() | Serves as the default hash function. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns a string that represents the current object. (Inherited from Object) |