ElementReference Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ElementReference(String) |
Cria a instância de um novo ElementReference. |
ElementReference(String, ElementReferenceContext) |
Cria a instância de um novo ElementReference. |
ElementReference(String)
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
Cria a instância de um novo 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)
Parâmetros
- id
- String
Um identificador exclusivo para este ElementReference.
Aplica-se a
ElementReference(String, ElementReferenceContext)
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
- Origem:
- ElementReference.cs
Cria a instância de um novo 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)
Parâmetros
- id
- String
Um identificador exclusivo para este ElementReference.
- context
- ElementReferenceContext
A instância anulável ElementReferenceContext .