DialogFilter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a filter for file dialogs, consisting of a display value and associated file extensions.
[System.Runtime.Serialization.DataContract]
public class DialogFilter
[<System.Runtime.Serialization.DataContract>]
type DialogFilter = class
Public Class DialogFilter
- Inheritance
-
DialogFilter
- Attributes
Constructors
DialogFilter(String, IReadOnlyCollection<String>) |
Initializes a new instance of the DialogFilter class. |
DialogFilter(String, String[]) |
Initializes a new instance of the DialogFilter class. |
Properties
DisplayValue |
Gets the display value of the filter. |
Filters |
Gets an array of file extensions associated with the filter. |