ProductPurchaseDisplayProperties 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ProductPurchaseDisplayProperties() | |
ProductPurchaseDisplayProperties(String) |
建立 ProductPurchaseDisplayProperties 的實例,其中包含要向使用者顯示的指定產品名稱。 |
ProductPurchaseDisplayProperties()
public:
ProductPurchaseDisplayProperties();
ProductPurchaseDisplayProperties();
public ProductPurchaseDisplayProperties();
function ProductPurchaseDisplayProperties()
Public Sub New ()
另請參閱
適用於
ProductPurchaseDisplayProperties(String)
建立 ProductPurchaseDisplayProperties 的實例,其中包含要向使用者顯示的指定產品名稱。
public:
ProductPurchaseDisplayProperties(Platform::String ^ name);
ProductPurchaseDisplayProperties(winrt::hstring const& name);
public ProductPurchaseDisplayProperties(string name);
function ProductPurchaseDisplayProperties(name)
Public Sub New (name As String)
參數
- name
-
String
Platform::String
winrt::hstring
向使用者顯示的產品名稱。