ElementReference Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| ElementReference(String) |
Vytvoří instanci nové ElementReference. |
| ElementReference(String, ElementReferenceContext) |
Vytvoří instanci nové ElementReference. |
ElementReference(String)
Vytvoří instanci nové 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)
Parametry
- id
- String
Jedinečný identifikátor pro tento ElementReferenceidentifikátor .
Platí pro
ElementReference(String, ElementReferenceContext)
Vytvoří instanci nové 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)
Parametry
- id
- String
Jedinečný identifikátor pro tento ElementReferenceidentifikátor .
- context
- ElementReferenceContext
Instance s možnou hodnotou ElementReferenceContext null.