Aracılığıyla paylaş


ElementReference Oluşturucular

Tanım

Aşırı Yüklemeler

ElementReference(String)

Yeni ElementReferencebir örneği oluşturur.

ElementReference(String, ElementReferenceContext)

Yeni ElementReferencebir örneği oluşturur.

ElementReference(String)

Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs

Yeni ElementReferencebir örneği oluşturur.

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)

Parametreler

id
String

Bu ElementReferenceiçin benzersiz bir tanımlayıcı.

Şunlara uygulanır

ElementReference(String, ElementReferenceContext)

Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs
Kaynak:
ElementReference.cs

Yeni ElementReferencebir örneği oluşturur.

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)

Parametreler

id
String

Bu ElementReferenceiçin benzersiz bir tanımlayıcı.

context
ElementReferenceContext

Null atanabilir ElementReferenceContext örnek.

Şunlara uygulanır