IComponentErrorInfo.SourceComponent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーが発生したコンポーネントの名前を返します。
public:
property System::String ^ SourceComponent { System::String ^ get(); };
public string SourceComponent { get; }
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String
プロパティ値
コンポーネントの名前を含む文字列。
注釈
コンポーネントの IComponent インターフェイスは、Component プロパティで指定されます。