Sdílet prostřednictvím


ElementReference Konstruktory

Definice

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

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

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.

Platí pro