다음을 통해 공유


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)

속성 값

주석 컬렉션입니다.

적용 대상