StoreProduct.Keywords 속성

정의

파트너 센터에서 제품과 연결된 키워드를 가져옵니다. 이 속성은 추가 기능을 나타내는 StoreProduct 개체에만 적용됩니다. 이러한 문자열은 파트너 센터의 추가 기능에 대한 속성 페이지의 키워드 필드 값에 해당합니다.

public:
 property IVectorView<Platform::String ^> ^ Keywords { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Keywords();
public IReadOnlyList<string> Keywords { get; }
var iVectorView = storeProduct.keywords;
Public ReadOnly Property Keywords As IReadOnlyList(Of String)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

파트너 센터의 제품과 연결된 키워드를 포함하는 문자열 컬렉션입니다.

설명

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

적용 대상