ResolvedDiagnosticEvent.GetData Method

Definition

Gets the IDataElements collected with this DiagnosticEvent.

public:
 System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ GetData();
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement> GetData ();
member this.GetData : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement>
Public Function GetData () As IList(Of IDataElement)

Returns

A list of IDataElements, one for each element collected.

Exceptions

The programmable data query is invalid (when DataQueryType is ProgrammableDataQuery).

The programmable data query is invalid (when DataQueryType is ProgrammableDataQuery).

The programmable data query could not be found (when DataQueryType is ProgrammableDataQuery). The directory specified by ProgrammableDataQueryDirectory may be incorrect.

The programmable data query is invalid (when DataQueryType is ProgrammableDataQuery).

The programmable data query threw an exception (when DataQueryType is ProgrammableDataQuery).

The programmable data query is invalid (when DataQueryType is ProgrammableDataQuery).

Applies to