ApplyStatusCode Enum
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.
public enum ApplyStatusCode
type ApplyStatusCode =
- Inheritance
-
ApplyStatusCode
Fields
| Name | Value | Description |
|---|---|---|
| LinksApplied | 0 | Links were successfully applied to the text. |
| NoLinksFound | 1 | No links exist to apply to text. |
| NoLinksApplied | 2 | No links applied to text. |
| DifferentText | 3 | The specified text does not match the text used to generate the links. |
| UnsupportedCharacter | 4 | The specified text contains unsupported characters. |