IComponentErrorInfo.SourceComponent Proprietà

Definizione

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à.

Si applica a