次の方法で共有


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)

プロパティ値

注釈のコレクション。

適用対象