共用方式為


TelemetrySession.TryGetCommonPropertyValue(String, Object) 方法

定義

取得與指定屬性名稱相關聯的值,這個名稱會與會話的所有事件通用,但不應該有內容或保留前置詞。

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

參數

propertyName
String
value
Object

傳回

適用於