PackageId.FullName 属性

定义

获取包的全名。

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

属性值

String

Platform::String

winrt::hstring

完整名称。

适用于

另请参阅