FileUpdateRequest.File 속성

정의

업데이트할 파일의 로컬로 캐시된 복사본을 나타내는 StorageFile 개체를 가져옵니다.

public:
 property StorageFile ^ File { StorageFile ^ get(); };
StorageFile File();
public StorageFile File { get; }
var storageFile = fileUpdateRequest.file;
Public ReadOnly Property File As StorageFile

속성 값

업데이트할 파일의 로컬로 캐시된 복사본을 나타내는 StorageFile 개체입니다.

적용 대상