共用方式為


RootComponentMetadata(Type) 建構函式

定義

初始化 RootComponentMetadata 的新執行個體。

public RootComponentMetadata (Type rootComponentType);
new Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata : Type -> Microsoft.AspNetCore.Components.Endpoints.RootComponentMetadata
Public Sub New (rootComponentType As Type)

參數

rootComponentType
Type

元件類型。

適用於