Partager via


PackageId.ResourceId Propriété

Définition

Obtient l’ID de ressource du package.

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

Valeur de propriété

String

Platform::String

winrt::hstring

ID de la ressource. S’il n’existe aucun ID de ressource pour le package, cette propriété a la valeur Null.

S’applique à

Voir aussi