共用方式為


PackageId.ResourceId 屬性

定義

取得封裝的資源識別碼。

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

屬性值

String

Platform::String

winrt::hstring

資源識別碼。 如果封裝沒有資源識別碼,則此屬性為 null。

適用於

另請參閱