LayoutAttribute(Type) 构造函数

定义

构造 的 LayoutAttribute实例。

public:
 LayoutAttribute(Type ^ layoutType);
public LayoutAttribute (Type layoutType);
new Microsoft.AspNetCore.Components.LayoutAttribute : Type -> Microsoft.AspNetCore.Components.LayoutAttribute
Public Sub New (layoutType As Type)

参数

layoutType
Type

布局的类型。

适用于