ElementReference 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.
Represents a reference to a rendered element.
public value class ElementReferencepublic readonly struct ElementReferencetype ElementReference = structPublic Structure ElementReference- Inheritance
- 
				ElementReference
Constructors
| ElementReference(String, ElementReferenceContext) | Instantiates a new ElementReference. | 
| ElementReference(String) | Instantiates a new ElementReference. | 
Properties
| Context | Gets the ElementReferenceContext instance. | 
| Id | Gets a unique identifier for ElementReference. | 
Extension Methods
| FocusAsync(ElementReference, Boolean) | Gives focus to an element given its ElementReference. | 
| FocusAsync(ElementReference) | Gives focus to an element given its ElementReference. |