FileUpdateRequest.ContentId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得唯一識別碼,用來將檔案的本機版本與對應的遠端版本產生關聯。
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
屬性值
應用程式所指定的識別碼,並與本機檔案相關聯。