TelemetrySession.TryGetCommonPropertyValue(String, Object) 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 la valeur associée au nom de propriété spécifié qui sera commun à tous les événements de la session, mais qui ne doit pas avoir le contexte ou le préfixe réservé.
public bool TryGetCommonPropertyValue (string propertyName, out object value);
member this.TryGetCommonPropertyValue : string * obj -> bool
Public Function TryGetCommonPropertyValue (propertyName As String, ByRef value As Object) As Boolean
Paramètres
- propertyName
- String
- value
- Object