Share via


FileUpdateRequest.ContentId 속성

정의

파일의 로컬 버전을 해당 원격 버전과 연결하는 데 사용되는 고유 식별자를 가져옵니다.

public:
 property Platform::String ^ ContentId { Platform::String ^ get(); };
winrt::hstring ContentId();
public string ContentId { get; }
var string = fileUpdateRequest.contentId;
Public ReadOnly Property ContentId As String

속성 값

String

Platform::String

winrt::hstring

앱에서 지정하고 로컬 파일과 연결된 식별자입니다.

적용 대상