ComponentLoadFailedEventArgs.Information Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie la liste des composants de l’objet RevokeAndRenewalInformation qui doivent être révoqués et renouvelés avec des composants mis à jour.
public:
property RevocationAndRenewalInformation ^ Information { RevocationAndRenewalInformation ^ get(); };
RevocationAndRenewalInformation Information();
public RevocationAndRenewalInformation Information { get; }
var revocationAndRenewalInformation = componentLoadFailedEventArgs.information;
Public ReadOnly Property Information As RevocationAndRenewalInformation
Valeur de propriété
Objet qui contient une liste de composants à révoquer et à renouveler avec des composants mis à jour.