ActionSelectorCandidate Struct  
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.
A candidate action for action selection.
public value class ActionSelectorCandidatepublic struct ActionSelectorCandidatepublic readonly struct ActionSelectorCandidatetype ActionSelectorCandidate = structPublic Structure ActionSelectorCandidate- Inheritance
- 
				ActionSelectorCandidate
Constructors
| ActionSelectorCandidate(ActionDescriptor, IReadOnlyList<IActionConstraint>) | Creates a new ActionSelectorCandidate. | 
Properties
| Action | The ActionDescriptor representing a candidate for selection. | 
| Constraints | The list of IActionConstraint instances associated with <see name="Action"></see>. |