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

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

Méthodes publiques

Méthode Description
FileTypeRestriction ( string fileTypesDescription ) : System.Collections.Generic

Initializes a new FileTypeRestriction instance.

Method Details

FileTypeRestriction() public méthode

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