File |
public sealed class FileFilterDescriptor
The FileFilterDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
| FileFilterDescriptor | Initializes a new instance of the FileFilterDescriptor class |
| Name | Description | |
|---|---|---|
| Extensions | Gets or sets the file extensions that belong to the filter. | |
| MimeType | Gets or sets the MIME type associated with the filter. | |
| Name | Gets or sets the display name of the filter. |
| Name | Description | |
|---|---|---|
| ContainsExtension | Gets whether this descriptor matches the specified file extension. | |
| Equals | 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. (Overrides ObjectToString) |