LogData.AddElement(Dictionary<String,String>) 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.
public:
void AddElement(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ elements);
public void AddElement (System.Collections.Generic.Dictionary<string,string> elements);
member this.AddElement : System.Collections.Generic.Dictionary<string, string> -> unit
Public Sub AddElement (elements As Dictionary(Of String, String))
Parameters
- elements
- Dictionary<String,String>