IComponentErrorInfo.SourceComponent 属性

定义

返回错误起源组件的名称。

public:
 property System::String ^ SourceComponent { System::String ^ get(); };
public string SourceComponent { get; }
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String

属性值

包含组件名称的字符串。

注解

IComponent组件的接口在属性Component中。

适用于