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ří novou ElementReferenceinstanci . |
ElementReference(String, ElementReferenceContext) |
Vytvoří novou ElementReferenceinstanci . |
ElementReference(String)
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
Vytvoří novou ElementReferenceinstanci .
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 ElementReference.
Platí pro
ElementReference(String, ElementReferenceContext)
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
- Zdroj:
- ElementReference.cs
Vytvoří novou ElementReferenceinstanci .
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 ElementReference.
- context
- ElementReferenceContext
Instance s možnou ElementReferenceContext hodnotou null.