Renderer.ElementReferenceContext Property
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.
Gets or sets the ElementReferenceContext associated with this Renderer, if it exists.
public: property Microsoft::AspNetCore::Components::ElementReferenceContext ^ ElementReferenceContext { protected public:
Microsoft::AspNetCore::Components::ElementReferenceContext ^ get(); protected:
void set(Microsoft::AspNetCore::Components::ElementReferenceContext ^ value); };
public Microsoft.AspNetCore.Components.ElementReferenceContext? ElementReferenceContext { protected internal get; protected set; }
member this.ElementReferenceContext : Microsoft.AspNetCore.Components.ElementReferenceContext with get, set
Public Property ElementReferenceContext As ElementReferenceContext