ElementReference Konstruktoren

Definition

Überlädt

ElementReference(String)

Instanziiert eine neue ElementReference.

ElementReference(String, ElementReferenceContext)

Instanziiert eine neue ElementReference.

ElementReference(String)

Instanziiert eine neue 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)

Parameter

id
String

Ein eindeutiger Bezeichner für diesen ElementReference.

Gilt für:

ElementReference(String, ElementReferenceContext)

Instanziiert eine neue 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)

Parameter

id
String

Ein eindeutiger Bezeichner für diesen ElementReference.

context
ElementReferenceContext

Der nullable ElementReferenceContext instance.

Gilt für: