ElementReference コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ElementReference(String) |
新しい ElementReference をインスタンス化します。 |
ElementReference(String, ElementReferenceContext) |
新しい ElementReference をインスタンス化します。 |
ElementReference(String)
新しい 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 をインスタンス化します。
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 インスタンス。