次の方法で共有


ElementReference コンストラクター

定義

オーバーロード

ElementReference(String)

新しい ElementReference をインスタンス化します。

ElementReference(String, ElementReferenceContext)

新しい ElementReference をインスタンス化します。

ElementReference(String)

ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
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)

ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
ElementReference.cs
ソース:
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

null 許容 ElementReferenceContext インスタンス。

適用対象