TelemetrySession.TryAddCommonProperty(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試為會話的所有事件新增單一屬性索引鍵和值,但不應該有 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 時擲回