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

版面配置的類型。

適用於