ElementReference Constructeurs
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
ElementReference(String) |
Instancie un nouveau ElementReference. |
ElementReference(String, ElementReferenceContext) |
Instancie un nouveau ElementReference. |
ElementReference(String)
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
Instancie un nouveau ElementReference.
public:
ElementReference(System::String ^ id);
public ElementReference (string id);
new Microsoft.AspNetCore.Components.ElementReference : string -> Microsoft.AspNetCore.Components.ElementReference
Public Sub New (id As String)
Paramètres
- id
- String
Identificateur unique pour ce ElementReference.
S’applique à
ElementReference(String, ElementReferenceContext)
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
- Source:
- ElementReference.cs
Instancie un nouveau ElementReference.
public:
ElementReference(System::String ^ id, Microsoft::AspNetCore::Components::ElementReferenceContext ^ context);
public ElementReference (string id, Microsoft.AspNetCore.Components.ElementReferenceContext? context);
new Microsoft.AspNetCore.Components.ElementReference : string * Microsoft.AspNetCore.Components.ElementReferenceContext -> Microsoft.AspNetCore.Components.ElementReference
Public Sub New (id As String, context As ElementReferenceContext)
Paramètres
- id
- String
Identificateur unique pour ce ElementReference.
- context
- ElementReferenceContext
Instance nullable ElementReferenceContext .