共用方式為


TelemetrySession.TryAddCommonProperty(String, Object) 方法

定義

嘗試為會話的所有事件新增單一屬性索引鍵和值,但不應該有 Context 前置詞。 會話之間不會保存屬性。 若要新增多個屬性,請參閱 AddCommonPropertyRange(IDictionary<String,Object>)

public bool TryAddCommonProperty (string propertyName, object propertyValue);
member this.TryAddCommonProperty : string * obj -> bool
Public Function TryAddCommonProperty (propertyName As String, propertyValue As Object) As Boolean

參數

propertyName
String
propertyValue
Object

傳回

如果已新增索引鍵/值組,則為 true;如果索引鍵已經存在,則為 false。

例外狀況

當屬性、索引鍵或值為 Null 時擲回

當屬性索引鍵或值為 Null 時擲回

適用於