Share via


PackageDependencyContext.PackageDependencyId Property

Definition

Gets the ID of the resolved framework package dependency for the current context PackageDependencyContext object.

public:
 property Platform::String ^ PackageDependencyId { Platform::String ^ get(); };
winrt::hstring PackageDependencyId();
public string PackageDependencyId { get; }
var string = packageDependencyContext.packageDependencyId;
Public ReadOnly Property PackageDependencyId As String

Property Value

String

Platform::String

winrt::hstring

The ID of the resolved framework package dependency for the current context PackageDependencyContext object.

Applies to