다음을 통해 공유


FileRemovedEventArgs.Id 속성

정의

사용자가 파일 선택기에서 선택한 파일 목록에서 제거한 파일의 식별자를 가져옵니다. 이 식별자는 선택한 파일 목록에 파일을 추가할 때 제공 앱에 의해 설정되었습니다.

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
/// [get: Windows.Foundation.Metadata.Deprecated("Since Windows 10, only apps can remove files, not end users so the FileRemoved event will not be raised.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::hstring Id();
public string Id { get; }
public string Id { [Windows.Foundation.Metadata.Deprecated("Since Windows 10, only apps can remove files, not end users so the FileRemoved event will not be raised.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var string = fileRemovedEventArgs.id;
Public ReadOnly Property Id As String

속성 값

String

Platform::String

winrt::hstring

파일의 식별자입니다.

특성

적용 대상

추가 정보