Renderer.ElementReferenceContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 ElementReferenceContext 与此 Renderer关联的 (如果存在)。
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