DataPointCollection.AddCollectionToDictionary 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.
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