共用方式為


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

應用程式所指定的識別碼,並與本機檔案相關聯。

適用於