次の方法で共有


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

レイアウトの種類。

適用対象