IComponentErrorInfo.SubComponent 属性

定义

返回一个任意字符串,用于标识源中的子模块:例如管道任务中的转换。

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

属性值

包含错误源的子模块的字符串。

适用于