ComponentState(Renderer, Int32, IComponent, ComponentState) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Costruisce un'istanza di ComponentState.
public ComponentState (Microsoft.AspNetCore.Components.RenderTree.Renderer renderer, int componentId, Microsoft.AspNetCore.Components.IComponent component, Microsoft.AspNetCore.Components.Rendering.ComponentState? parentComponentState);
new Microsoft.AspNetCore.Components.Rendering.ComponentState : Microsoft.AspNetCore.Components.RenderTree.Renderer * int * Microsoft.AspNetCore.Components.IComponent * Microsoft.AspNetCore.Components.Rendering.ComponentState -> Microsoft.AspNetCore.Components.Rendering.ComponentState
Public Sub New (renderer As Renderer, componentId As Integer, component As IComponent, parentComponentState As ComponentState)
Parametri
- renderer
- Renderer
Oggetto Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer con cui deve essere associata la nuova istanza.
- componentId
- Int32
Identificatore visibile esternamente per .IComponent L'identificatore deve essere univoco nel contesto di Microsoft.AspNetCore.Components.Rendering.ComponentState.Renderer.
- component
- IComponent
Il IComponent cui stato viene monitorato.
- parentComponentState
- ComponentState
Oggetto ComponentState per il componente padre o Null se si tratta di un componente radice.