共用方式為


TrackingQuery.QueryAnnotations 屬性

定義

名稱/值組表單中的資料集合,這個集合會包含由此查詢傳回的資料。

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

屬性值

附註的集合。

適用於