ProductListing.Keywords 속성

정의

추가 기능(앱 내 제품 또는 IAP라고도 함)과 연결된 키워드 목록을 가져옵니다. 이러한 문자열은 파트너 센터의 추가 기능에 대한 속성 페이지의 키워드 필드 값에 해당합니다. 이러한 키워드는 LoadListingInformationByKeywordsAsync를 호출하는 경우와 같이 키워드(keyword) 제품 목록을 필터링하는 데 유용합니다.

public:
 property IIterable<Platform::String ^> ^ Keywords { IIterable<Platform::String ^> ^ get(); };
IIterable<winrt::hstring> Keywords();
public IEnumerable<string> Keywords { get; }
var iIterable = productListing.keywords;
Public ReadOnly Property Keywords As IEnumerable(Of String)

속성 값

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

추가 기능과 연결된 키워드입니다.

설명

dashboard 추가 기능에 대한 키워드를 설정하는 방법에 대한 자세한 내용은 추가 기능 속성 입력을 참조하세요.

적용 대상