Share via


DataPointCollection Class

Definition

Represents a collection of DataPoint values for telemetry events.

public ref class DataPointCollection : System::Collections::Generic::List<Microsoft::VisualStudio::ArchitectureTools::Telemetry::DataPoint ^>
public class DataPointCollection : System.Collections.Generic.List<Microsoft.VisualStudio.ArchitectureTools.Telemetry.DataPoint>
type DataPointCollection = class
    inherit List<DataPoint>
Public Class DataPointCollection
Inherits List(Of DataPoint)
Inheritance
DataPointCollection

Constructors

DataPointCollection()

Creates a DataPointCollection.

DataPointCollection(Int32)

Creates a DataPointCollection with the specified initial capacity.

Methods

Add(TelemetryIdentifier, Object)

Adds a new DataPoint for the specified identifier and value.

AddCollectionToDictionary(IEnumerable<DataPoint>, IDictionary<String,Object>)

Set collection items in dictionary

Applies to