PackageId.ProductId Eigenschaft

Definition

Nur Windows Phone. Ruft den Wert des ProductID-Attributs ab, das diesem XAP-Anwendungspaket zugeordnet ist.

public:
 property Platform::String ^ ProductId { Platform::String ^ get(); };
winrt::hstring ProductId();
public string ProductId { get; }
var string = packageId.productId;
Public ReadOnly Property ProductId As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Wert des ProductID-Attributs, das diesem XAP-Anwendungspaket zugeordnet ist.

Gilt für: