RenderTreeBuilder.OpenComponent Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
OpenComponent(Int32, Type) |
Ajoute un cadre représentant un composant enfant. |
OpenComponent<TComponent>(Int32) |
Ajoute un cadre représentant un composant enfant. |
OpenComponent(Int32, Type)
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
Ajoute un cadre représentant un composant enfant.
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)
Paramètres
- sequence
- Int32
Entier qui représente la position de l’instruction dans le code source.
- componentType
- Type
Type du composant enfant.
S’applique à
OpenComponent<TComponent>(Int32)
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
- Source:
- RenderTreeBuilder.cs
Ajoute un cadre représentant un composant enfant.
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)
Paramètres de type
- TComponent
Type du composant enfant.
Paramètres
- sequence
- Int32
Entier qui représente la position de l’instruction dans le code source.