ElementReference Costruttori

Definizione

Overload

ElementReference(String)

Crea un'istanza di un nuovo oggetto ElementReference.

ElementReference(String, ElementReferenceContext)

Crea un'istanza di un nuovo oggetto ElementReference.

ElementReference(String)

Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs

Crea un'istanza di un nuovo oggetto 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)

Parametri

id
String

Identificatore univoco per questo ElementReferenceoggetto .

Si applica a

ElementReference(String, ElementReferenceContext)

Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs
Origine:
ElementReference.cs

Crea un'istanza di un nuovo oggetto 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)

Parametri

id
String

Identificatore univoco per questo ElementReferenceoggetto .

Si applica a