DebuggerInteractionEvent.Data Property
Gets the list of IDataElements that was recorded as part of the debugger interaction.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public ReadOnly Property Data As IList(Of IDataElement)
Get
public IList<IDataElement> Data { get; }
public:
property IList<IDataElement^>^ Data {
IList<IDataElement^>^ get ();
}
member Data : IList<IDataElement>
function get Data () : IList<IDataElement>
Property Value
Type: System.Collections.Generic.IList<IDataElement>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.