ElementReference Konstruktory

Definice

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.

Platí pro