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 プロパティにあります。

適用対象