IComponentErrorInfo.SubComponent プロパティ

定義

ソース内のサブモジュールを識別する任意の文字列を返します。例えばパイプラインタスクの変換などです。

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

プロパティ値

エラーの発生源である部分加群を含む文字列です。

適用対象