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

组件类型。

适用于