Share via


PackageDependencyContext.PackageFullName Property

Definition

Gets the package full name for the resolved framework package dependency for the current context PackageDependencyContext object.

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

Property Value

String

Platform::String

winrt::hstring

The package full name for the resolved framework package dependency for the current context PackageDependencyContext object.

Applies to