DataPointCollection.AddCollectionToDictionary Method

Definition

Set collection items in dictionary

public:
 static void AddCollectionToDictionary(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::ArchitectureTools::Telemetry::DataPoint ^> ^ collection, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ dictionary);
public static void AddCollectionToDictionary (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.ArchitectureTools.Telemetry.DataPoint> collection, System.Collections.Generic.IDictionary<string,object> dictionary);
static member AddCollectionToDictionary : seq<Microsoft.VisualStudio.ArchitectureTools.Telemetry.DataPoint> * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Shared Sub AddCollectionToDictionary (collection As IEnumerable(Of DataPoint), dictionary As IDictionary(Of String, Object))

Parameters

collection
IEnumerable<DataPoint>

Collection of DataPoints to set

dictionary
IDictionary<String,Object>

Dictionary to store items

Applies to