ProductPurchaseDisplayProperties Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProductPurchaseDisplayProperties() |
Creates an instance of ProductPurchaseDisplayProperties. |
ProductPurchaseDisplayProperties(String) |
Creates an instance of ProductPurchaseDisplayProperties that includes the specified product name to display to the user. |
ProductPurchaseDisplayProperties()
Creates an instance of ProductPurchaseDisplayProperties.
public:
ProductPurchaseDisplayProperties();
ProductPurchaseDisplayProperties();
public ProductPurchaseDisplayProperties();
function ProductPurchaseDisplayProperties()
Public Sub New ()
See also
Applies to
ProductPurchaseDisplayProperties(String)
Creates an instance of ProductPurchaseDisplayProperties that includes the specified product name to display to the user.
public:
ProductPurchaseDisplayProperties(Platform::String ^ name);
ProductPurchaseDisplayProperties(winrt::hstring const& name);
public ProductPurchaseDisplayProperties(string name);
function ProductPurchaseDisplayProperties(name)
Public Sub New (name As String)
Parameters
- name
-
String
Platform::String
winrt::hstring
The product name displayed to the user.