LinkType
LinkType
LinkType
LinkType
Enum
Definition
Indicates the link type of a range of text.
public : enum class LinkTypepublic enum LinkTypePublic Enum LinkType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AutoLink AutoLink AutoLink AutoLink | A Uniform Resource Identifier (URI) that is automatically recognized. |
| AutoLinkEmail AutoLinkEmail AutoLinkEmail AutoLinkEmail | An email address that is automatically recognized. |
| AutoLinkPath AutoLinkPath AutoLinkPath AutoLinkPath | A file name, including the full path, that is automatically recognized. |
| AutoLinkPhone AutoLinkPhone AutoLinkPhone AutoLinkPhone | A phone number that is automatically recognized. |
| ClientLink ClientLink ClientLink ClientLink | A link specified by the client; that is, not an autolink or a friendly-name link. |
| FriendlyLinkAddress FriendlyLinkAddress FriendlyLinkAddress FriendlyLinkAddress | The address Uniform Resource Identifier (URI) part of friendly-name link. The address it the part that is sent when the user clicks the name. |
| FriendlyLinkName FriendlyLinkName FriendlyLinkName FriendlyLinkName | The name part of a friendly-name link. The name is the part that is displayed. |
| NotALink NotALink NotALink NotALink | Not a link. |
| Undefined Undefined Undefined Undefined | A mix of link and nonlink attributes. |