TelemetryEvent.SetEventProperties(IDictionary<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:
virtual void SetEventProperties(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public virtual void SetEventProperties (System.Collections.Generic.IDictionary<string,string> properties);
abstract member SetEventProperties : System.Collections.Generic.IDictionary<string, string> -> unit
override this.SetEventProperties : System.Collections.Generic.IDictionary<string, string> -> unit
Public Overridable Sub SetEventProperties (properties As IDictionary(Of String, String))
Parameters
- properties
- IDictionary<String,String>