ElementReference Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ElementReference(String) |
Tworzy wystąpienie nowego ElementReferenceelementu . |
ElementReference(String, ElementReferenceContext) |
Tworzy wystąpienie nowego ElementReferenceelementu . |
ElementReference(String)
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
Tworzy wystąpienie nowego ElementReferenceelementu .
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
Unikatowy identyfikator dla tego elementu ElementReference.
Dotyczy
ElementReference(String, ElementReferenceContext)
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
- Źródło:
- ElementReference.cs
Tworzy wystąpienie nowego ElementReferenceelementu .
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
Unikatowy identyfikator dla tego elementu ElementReference.
- context
- ElementReferenceContext
Wystąpienie dopuszczane ElementReferenceContext do wartości null.