Compartir a través de


ElementReference Constructores

Definición

Sobrecargas

ElementReference(String)

Crea una instancia de un nuevo objeto ElementReference.

ElementReference(String, ElementReferenceContext)

Crea una instancia de un nuevo objeto ElementReference.

ElementReference(String)

Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs

Crea una instancia de un nuevo objeto 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)

Parámetros

id
String

Identificador único para este ElementReferenceobjeto .

Se aplica a

ElementReference(String, ElementReferenceContext)

Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs

Crea una instancia de un nuevo objeto 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)

Parámetros

id
String

Identificador único para este ElementReferenceobjeto .

context
ElementReferenceContext

Instancia que acepta ElementReferenceContext valores NULL.

Se aplica a