次の方法で共有


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

プロパティ値

取り消され、更新されたコンポーネントで更新されるコンポーネントの一覧を含む オブジェクト。

適用対象