IVsaError.SourceItem Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a reference to the IVsaItem object that generated the error.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property SourceItem As IVsaItem
IVsaItem SourceItem { get; }
property IVsaItem^ SourceItem {
    IVsaItem^ get ();
}
abstract SourceItem : IVsaItem with get
function get SourceItem () : IVsaItem

Property Value

Type: Microsoft.Vsa.IVsaItem
Returns a reference to the IVsaItem object that generated the error.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace