다음을 통해 공유


AppLinkEntry.KeyValues 속성

정의

애플리케이션별 키-값 쌍의 사전을 가져옵니다.

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

속성 값

iOS 플랫폼의 핸드오프에 사용되는 표준 및 애플리케이션별 키-값 쌍의 사전입니다.

구현

설명

표준 키는 contentType, associatedWebPageshouldAddToPublicIndex.

적용 대상