C# 클래스 csCommon.Views.Dialogs.OpenSupportedFileDialog

파일 보기 프로젝트 열기: TNOCS/csTouch

공개 메소드들

메소드 설명
BrowseAndOpenFile ( FileLocation &file, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
BrowseFile ( Window owner = null, IEnumerable excludedExtensions = null ) : FileLocation
BrowseFiles ( Window owner = null, IEnumerable excludedExtensions = null ) : IEnumerable

비공개 메소드들

메소드 설명
Browse ( Window owner, bool multiSelect, IEnumerable excludedExtensions ) : Microsoft.Win32.OpenFileDialog

메소드 상세

BrowseAndOpenFile() 공개 정적인 메소드

public static BrowseAndOpenFile ( FileLocation &file, Window owner = null, IEnumerable excludedExtensions = null ) : IOResult
file csCommon.Utils.IO.FileLocation
owner System.Windows.Window
excludedExtensions IEnumerable
리턴 IOResult

BrowseFile() 공개 정적인 메소드

public static BrowseFile ( Window owner = null, IEnumerable excludedExtensions = null ) : FileLocation
owner System.Windows.Window
excludedExtensions IEnumerable
리턴 csCommon.Utils.IO.FileLocation

BrowseFiles() 공개 정적인 메소드

public static BrowseFiles ( Window owner = null, IEnumerable excludedExtensions = null ) : IEnumerable
owner System.Windows.Window
excludedExtensions IEnumerable
리턴 IEnumerable