IComponentErrorInfo.SourceComponent 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.
Retourne le nom du composant d'où provient l'erreur.
public:
property System::String ^ SourceComponent { System::String ^ get(); };
public string SourceComponent { get; }
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String
Valeur de propriété
Chaîne contenant le nom du composant.
Remarques
L’interface IComponent
du composant se trouve dans la Component propriété.