DialogFilter.Filters Property
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.
Gets a collection of file extensions associated with the filter. Filters can follow "*.ext" to target a specific extension.
public System.Collections.Generic.IReadOnlyCollection<string> Filters { get; }
member this.Filters : System.Collections.Generic.IReadOnlyCollection<string>
Public ReadOnly Property Filters As IReadOnlyCollection(Of String)