ResolvedDiagnosticEvent.GetData Method
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 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).