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

由应用指定并与本地文件关联的标识符。

适用于