다음을 통해 공유


StorePurchaseProperties.Name 속성

정의

구매하는 동안 사용자에게 표시되는 제품 이름을 가져오거나 설정합니다. 지정된 이름이 구매 UI의 제목 표시줄에 나타납니다.

public:
 property Platform::String ^ Name { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Name();

void Name(winrt::hstring value);
public string Name { get; set; }
var string = storePurchaseProperties.name;
storePurchaseProperties.name = string;
Public Property Name As String

속성 값

String

Platform::String

winrt::hstring

구매하는 동안 사용자에게 표시되는 제품 이름입니다.

적용 대상