DebuggerInteractionEvent.Data Property
Gets the list of IDataElements that was recorded as part of the debugger interaction.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.IntelliTrace.11.0.0 (in Microsoft.IntelliTrace.11.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: 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.