RevocationAndRenewalInformation.Items 属性

定义

返回需要使用更新的组件撤消和续订的组件列表。

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 来尝试恢复。

适用于