ComponentLoadFailedEventArgs.Information 属性

定义

返回 RevocationAndRenewalInformation 对象中需要使用更新的组件撤销和续订的组件列表。

public:
 property RevocationAndRenewalInformation ^ Information { RevocationAndRenewalInformation ^ get(); };
RevocationAndRenewalInformation Information();
public RevocationAndRenewalInformation Information { get; }
var revocationAndRenewalInformation = componentLoadFailedEventArgs.information;
Public ReadOnly Property Information As RevocationAndRenewalInformation

属性值

一个 对象,该对象包含要通过更新的组件撤销和续订的组件列表。

适用于