ElementReference Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .
- context
- ElementReferenceContext
Istanza nullable ElementReferenceContext .