DebuggerInteractionEvent.Data Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of IDataElements recorded as part of the debugger interaction.
public:
property System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ Data { System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement> Data { get; }
member this.Data : System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement>
Public ReadOnly Property Data As IList(Of IDataElement)