C# Class System.Windows.Mvvm.Services.Dialog.FileTypeRestriction

A class that determines the restrictions on file types for file open and file save dialogs.
Exibir arquivo Open project: lecode-official/mvvm-framework

Public Methods

Method Description
FileTypeRestriction ( string fileTypesDescription ) : System.Collections.Generic

Initializes a new FileTypeRestriction instance.

Method Details

FileTypeRestriction() public method

Initializes a new FileTypeRestriction instance.
public FileTypeRestriction ( string fileTypesDescription ) : System.Collections.Generic
fileTypesDescription string The description for the restriction (e.g. "Text documents").
return System.Collections.Generic