RevocationAndRenewalInformation.Items 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回需要使用更新元件撤銷和更新的元件清單。
public:
property IVector<RevocationAndRenewalItem ^> ^ Items { IVector<RevocationAndRenewalItem ^> ^ get(); };
IVector<RevocationAndRenewalItem> Items();
public IList<RevocationAndRenewalItem> Items { get; }
var iVector = revocationAndRenewalInformation.items;
Public ReadOnly Property Items As IList(Of RevocationAndRenewalItem)
屬性值
需要撤銷和更新的元件清單。
備註
如果清單中沒有專案,表示基本系統元件遭到入侵。 在此情況下,您可以叫用 ComponentRenewal.RenewSystemComponentsAsync來嘗試復原。
如果清單中有單一專案,專案可能表示系統撤銷清單 (active.grl) 需要更新。 這通常表示內容保護系統需要更新元件。 這通常是元件需要更新的第一個指示。 叫用 ComponentRenewal.RenewSystemComponentsAsync即可嘗試復原。