共用方式為


CustomTrackingRecord.Data 屬性

定義

取得與此追蹤記錄相關聯的使用者定義資料。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Data { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Data { get; }
member this.Data : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Data As IDictionary(Of String, Object)

屬性值

使用者定義的資料。

適用於