LocateStrategy 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.
Use this enumeration to indicate the method by which anchors can be located.
public enum class LocateStrategy
public enum LocateStrategy
type LocateStrategy =
Public Enum LocateStrategy
- Inheritance
-
LocateStrategy
Fields
Name | Value | Description |
---|---|---|
AnyStrategy | 0 | Indicates that any method is acceptable. |
VisualInformation | 1 | Indicates that anchors will be located only by visual information. |
Relationship | 2 | Indicates that anchors will be located primarily by relationship to other anchors. |