Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Windows
Storage
Pickers
Provider
FileOpenPickerUI
C# 클래스 Windows.Storage.Pickers.Provider.FileOpenPickerUI
상속:
IFileOpenPickerUI
파일 보기
프로젝트 열기: shiftkey/winrt-backport-hilarity
1 사용 예제들
공개 메소드들
메소드
설명
AddFile
(
[
id
,
[
file
) :
AddFileResult
CanAddFile
(
[
file
) :
bool
ContainsFile
(
[
id
) :
bool
RemoveFile
(
[
id
) :
void
메소드 상세
AddFile()
공개
메소드
public
AddFile
(
[
id
,
[
file
) :
AddFileResult
id
[
file
[
리턴
AddFileResult
CanAddFile()
공개
메소드
public
CanAddFile
(
[
file
) :
bool
file
[
리턴
bool
ContainsFile()
공개
메소드
public
ContainsFile
(
[
id
) :
bool
id
[
리턴
bool
RemoveFile()
공개
메소드
public
RemoveFile
(
[
id
) :
void
id
[
리턴
void