IComponentErrorInfo.SubComponent 속성

정의

원본 내의 하위 모듈을 식별하는 임의의 String(예: 파이프라인 태스크의 변환)을 반환합니다.

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

속성 값

오류의 원본인 하위 코드가 포함된 문자열입니다.

적용 대상