CustomElementsJSComponentConfigurationExtensions.RegisterCustomElement<TComponent> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public static void RegisterCustomElement<TComponent> (this Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration configuration, string identifier) where TComponent : Microsoft.AspNetCore.Components.IComponent;
static member RegisterCustomElement : Microsoft.AspNetCore.Components.Web.IJSComponentConfiguration * string -> unit (requires 'Component :> Microsoft.AspNetCore.Components.IComponent)
<Extension()>
Public Sub RegisterCustomElement(Of TComponent As IComponent) (configuration As IJSComponentConfiguration, identifier As String)
型パラメーター
- TComponent
パラメーター
- configuration
- IJSComponentConfiguration
- identifier
- String