다음을 통해 공유


StoreProduct.Title 속성

정의

Microsoft Store 목록에서 제품 제목을 가져옵니다.

public:
 property Platform::String ^ Title { Platform::String ^ get(); };
winrt::hstring Title();
public string Title { get; }
var string = storeProduct.title;
Public ReadOnly Property Title As String

속성 값

String

Platform::String

winrt::hstring

Microsoft Store 목록의 제품 제목입니다.

적용 대상