Udostępnij za pośrednictwem


RenderTreeBuilder.OpenComponent Metoda

Definicja

Przeciążenia

OpenComponent(Int32, Type)

Dołącza ramkę reprezentującą składnik podrzędny.

OpenComponent<TComponent>(Int32)

Dołącza ramkę reprezentującą składnik podrzędny.

OpenComponent(Int32, Type)

Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs

Dołącza ramkę reprezentującą składnik podrzędny.

public:
 void OpenComponent(int sequence, Type ^ componentType);
public void OpenComponent (int sequence, Type componentType);
member this.OpenComponent : int * Type -> unit
Public Sub OpenComponent (sequence As Integer, componentType As Type)

Parametry

sequence
Int32

Liczba całkowita reprezentująca pozycję instrukcji w kodzie źródłowym.

componentType
Type

Typ składnika podrzędnego.

Dotyczy

OpenComponent<TComponent>(Int32)

Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs
Źródło:
RenderTreeBuilder.cs

Dołącza ramkę reprezentującą składnik podrzędny.

public:
generic <typename TComponent>
 where TComponent : Microsoft::AspNetCore::Components::IComponent void OpenComponent(int sequence);
public void OpenComponent<TComponent> (int sequence) where TComponent : Microsoft.AspNetCore.Components.IComponent;
member this.OpenComponent : int -> unit (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)
Public Sub OpenComponent(Of TComponent As IComponent) (sequence As Integer)

Parametry typu

TComponent

Typ składnika podrzędnego.

Parametry

sequence
Int32

Liczba całkowita reprezentująca pozycję instrukcji w kodzie źródłowym.

Dotyczy