다음을 통해 공유


StorePurchaseProperties 생성자

정의

오버로드

StorePurchaseProperties()

StorePurchaseProperties 클래스의 새 instance 초기화합니다.

StorePurchaseProperties(String)

StorePurchaseProperties 클래스의 새 instance 초기화합니다. 이 오버로드는 구매 중에 사용자에게 표시되는 제품 이름을 지정하는 옵션을 제공합니다.

StorePurchaseProperties()

StorePurchaseProperties 클래스의 새 instance 초기화합니다.

public:
 StorePurchaseProperties();
 StorePurchaseProperties();
public StorePurchaseProperties();
function StorePurchaseProperties()
Public Sub New ()

추가 정보

적용 대상

StorePurchaseProperties(String)

StorePurchaseProperties 클래스의 새 instance 초기화합니다. 이 오버로드는 구매 중에 사용자에게 표시되는 제품 이름을 지정하는 옵션을 제공합니다.

public:
 StorePurchaseProperties(Platform::String ^ name);
 StorePurchaseProperties(winrt::hstring const& name);
public StorePurchaseProperties(string name);
function StorePurchaseProperties(name)
Public Sub New (name As String)

매개 변수

name
String

Platform::String

winrt::hstring

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

적용 대상