PageModelAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページ モデルの基底クラスの属性。 この属性を型に適用すると、その型のすべてのサブクラスがページ モデル型としてマークされます。
public ref class PageModelAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class PageModelAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type PageModelAttribute = class
inherit Attribute
Public Class PageModelAttribute
Inherits Attribute
- 継承
-
PageModelAttribute
- 属性
コンストラクター
PageModelAttribute() |
ページ モデルの基底クラスの属性。 この属性を型に適用すると、その型のすべてのサブクラスがページ モデル型としてマークされます。 |