UIRecordedEvent.Data Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the list of IDataElement objects recorded as part of the debugger interaction.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public ReadOnly Property Data As IList(Of IDataElement)
Get
'Usage
Dim instance As UIRecordedEvent
Dim value As IList(Of IDataElement)
value = instance.Data
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.