共用方式為


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

屬性值

物件,包含要撤銷和更新元件之元件清單。

適用於