IAppLinkEntry Interface
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.
Interface that represents a deep application link in an app link search index.
public interface IAppLinkEntry
type IAppLinkEntry = interface
- Derived
Properties
AppLinkUri |
Gets or sets an application-specific URI that uniquely describes content within an app. |
Description |
Gets or sets a description that appears with the item in search results. |
IsLinkActive |
Gets or sets a value that tells whether the item that is identified by the link entry is currently open. |
KeyValues |
Gets a dictionary of application-specific key-value pairs. |
Thumbnail |
Gets or sets a small image that appears with the item in search results. |
Title |
Gets or sets the title of the item. |