ElementReference 생성자

정의

오버로드

ElementReference(String)

ElementReference을 인스턴스화합니다.

ElementReference(String, ElementReferenceContext)

ElementReference을 인스턴스화합니다.

ElementReference(String)

Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs

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)

매개 변수

id
String

ElementReference에 대한 고유 식별자입니다.

적용 대상

ElementReference(String, ElementReferenceContext)

Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs
Source:
ElementReference.cs

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)

매개 변수

id
String

ElementReference에 대한 고유 식별자입니다.

적용 대상