C# 클래스 System.Windows.Mvvm.Services.Dialog.FileTypeRestriction

A class that determines the restrictions on file types for file open and file save dialogs.
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

공개 메소드들

메소드 설명
FileTypeRestriction ( string fileTypesDescription ) : System.Collections.Generic

Initializes a new FileTypeRestriction instance.

메소드 상세

FileTypeRestriction() 공개 메소드

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