DataPackageView.GetApplicationLinkAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the application link in the DataPackageView object.
public:
virtual IAsyncOperation<Uri ^> ^ GetApplicationLinkAsync() = GetApplicationLinkAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Uri> GetApplicationLinkAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<System.Uri> GetApplicationLinkAsync();
function getApplicationLinkAsync()
Public Function GetApplicationLinkAsync () As IAsyncOperation(Of Uri)
Returns
The application link.
- Attributes