PackageId.ResourceId 属性

定义

获取包的资源 ID。

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

资源 ID。 如果包没有资源 ID,则此属性为 null。

适用于

另请参阅