ViewComponentContextAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ビュー コンポーネントの作成時に、コントローラー プロパティを現在 ViewComponentContext の に設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。
public ref class ViewComponentContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewComponentContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewComponentContextAttribute = class
inherit Attribute
Public Class ViewComponentContextAttribute
Inherits Attribute
- 継承
-
ViewComponentContextAttribute
- 属性
コンストラクター
ViewComponentContextAttribute() |
ビュー コンポーネントの作成時に、コントローラー プロパティを現在 ViewComponentContext の に設定する必要があることを指定します。 プロパティにはパブリック セット メソッドが必要です。 |