XmlDocument.SaveToFileAsync(IStorageFile) 메서드

정의

XML 문서를 지정된 파일에 비동기적으로 저장합니다.

public:
 virtual IAsyncAction ^ SaveToFileAsync(IStorageFile ^ file) = SaveToFileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SaveToFileAsync(IStorageFile const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SaveToFileAsync(IStorageFile file);
function saveToFileAsync(file)
Public Function SaveToFileAsync (file As IStorageFile) As IAsyncAction

매개 변수

file
IStorageFile

문서를 저장할 파일입니다.

반환

작업을 시작하는 데 사용해야 하는 개체입니다.

특성

적용 대상