TelemetrySession.GetCommonPropertyDictionary Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un IDictionary contenant une copie des clés et valeurs CommonProperty actuellement dans la session.
public System.Collections.Generic.IDictionary<string,object> GetCommonPropertyDictionary ();
member this.GetCommonPropertyDictionary : unit -> System.Collections.Generic.IDictionary<string, obj>
Public Function GetCommonPropertyDictionary () As IDictionary(Of String, Object)
Retours
IDictionnaire des clés et des valeurs si les clés et valeurs CommonProperty existent, null si aucune clé n’existe.