ElementReference 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
- 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
- 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에 대한 고유 식별자입니다.
- context
- ElementReferenceContext
nullable ElementReferenceContext instance.