DataPackageView.GetWebLinkAsync 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 web link in the DataPackageView object.
public:
virtual IAsyncOperation<Uri ^> ^ GetWebLinkAsync() = GetWebLinkAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<Uri> GetWebLinkAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<System.Uri> GetWebLinkAsync();
function getWebLinkAsync()
Public Function GetWebLinkAsync () As IAsyncOperation(Of Uri)
Returns
The web link.
- Attributes