TelemetryContext.RealtimeSharedProperties Propriété
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 les propriétés partagées en temps réel calculées et ajoutées à chaque événement jusqu’à la fermeture du contexte. Les propriétés partagées ont le préfixe « Context .% ContextName% ».
public:
property System::Collections::Generic::IDictionary<System::String ^, Func<System::Object ^> ^> ^ RealtimeSharedProperties { System::Collections::Generic::IDictionary<System::String ^, Func<System::Object ^> ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Func<object>> RealtimeSharedProperties { get; }
member this.RealtimeSharedProperties : System.Collections.Generic.IDictionary<string, Func<obj>>
Public ReadOnly Property RealtimeSharedProperties As IDictionary(Of String, Func(Of Object))