Udostępnij za pośrednictwem


ElementReference Konstruktory

Definicja

Przeciążenia

ElementReference(String)

Tworzy wystąpienie nowego ElementReferenceelementu .

ElementReference(String, ElementReferenceContext)

Tworzy wystąpienie nowego ElementReferenceelementu .

ElementReference(String)

Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs

Tworzy wystąpienie nowego ElementReferenceelementu .

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

Unikatowy identyfikator dla tego elementu ElementReference.

Dotyczy

ElementReference(String, ElementReferenceContext)

Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs
Źródło:
ElementReference.cs

Tworzy wystąpienie nowego ElementReferenceelementu .

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

Unikatowy identyfikator dla tego elementu ElementReference.

context
ElementReferenceContext

Wystąpienie dopuszczane ElementReferenceContext do wartości null.

Dotyczy