DebuggerInteractionEvent.Data Property

Gets the list of IDataElements that was recorded as part of the debugger interaction.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public ReadOnly Property Data As IList(Of IDataElement)
public IList<IDataElement> Data { get; }
public:
property IList<IDataElement^>^ Data {
    IList<IDataElement^>^ get ();
}
member Data : IList<IDataElement> with get
function get Data () : IList<IDataElement>

Property Value

Type: System.Collections.Generic.IList<IDataElement>

.NET Framework Security

See Also

Reference

DebuggerInteractionEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace