IComponentErrorInfo.SourceComponent Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce il nome del componente da cui l'errore è stato originario.
public:
property System::String ^ SourceComponent { System::String ^ get(); };
public string SourceComponent { get; }
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String
Valore della proprietà
Una stringa contenente il nome del componente.
Commenti
L'interfaccia IComponent per il componente si trova nella Component proprietà.