Bagikan melalui


ElementReference Konstruktor

Definisi

Overload

ElementReference(String)

Membuat instans baru ElementReference.

ElementReference(String, ElementReferenceContext)

Membuat instans baru ElementReference.

ElementReference(String)

Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs

Membuat instans baru 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

Pengidentifikasi unik untuk ini ElementReference.

Berlaku untuk

ElementReference(String, ElementReferenceContext)

Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs
Sumber:
ElementReference.cs

Membuat instans baru 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

Pengidentifikasi unik untuk ini ElementReference.

Berlaku untuk