다음을 통해 공유


FileSavePickerUI.FileName 속성

정의

파일 형식 확장명을 포함하여 저장할 파일의 전체 파일 이름을 가져옵니다. 파일 이름 및 확장명은 사용자가 지정합니다.

public:
 property Platform::String ^ FileName { Platform::String ^ get(); };
winrt::hstring FileName();
public string FileName { get; }
var string = fileSavePickerUI.fileName;
Public ReadOnly Property FileName As String

속성 값

String

Platform::String

winrt::hstring

파일 형식 확장명을 포함한 전체 파일 이름입니다.

적용 대상

추가 정보