ApplyStrategy 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 ApplyStrategy
type ApplyStrategy =
- Inheritance
-
ApplyStrategy
Fields
| Name | Value | Description |
|---|---|---|
| Ignore | 0 | Do not replace ClickableSpans that exist where the TextLinkSpan needs to be applied to. |
| Replace | 1 | Replace any ClickableSpans that exist where the TextLinkSpan needs to be applied to. |