共用方式為


PackageDependency.Id 屬性

定義

取得封裝相依性識別碼。 成功呼叫 CreateCreateForSystem 方法之後,可以使用此值。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = packageDependency.id;
Public ReadOnly Property Id As String

屬性值

String

Platform::String

winrt::hstring

套件相依性識別碼。

適用於