CascadingParameterAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ターゲット メンバーをカスケード コンポーネント パラメーターとして示します。 その値は、互換性のある型と名前を持つ値を提供する最も近い先祖 CascadingValue<TValue> コンポーネントによって提供されます。
public ref class CascadingParameterAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class CascadingParameterAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class CascadingParameterAttribute : Microsoft.AspNetCore.Components.CascadingParameterAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type CascadingParameterAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type CascadingParameterAttribute = class
inherit CascadingParameterAttributeBase
Public NotInheritable Class CascadingParameterAttribute
Inherits Attribute
Public NotInheritable Class CascadingParameterAttribute
Inherits CascadingParameterAttributeBase
- 継承
-
CascadingParameterAttribute
- 継承
- 属性
コンストラクター
CascadingParameterAttribute() |
ターゲット メンバーをカスケード コンポーネント パラメーターとして示します。 その値は、互換性のある型と名前を持つ値を提供する最も近い先祖 CascadingValue<TValue> コンポーネントによって提供されます。 |
プロパティ
Name |
指定した場合、パラメーター値は、この名前の値を提供する最も近い先祖 CascadingValue<TValue> によって提供されます。 null の場合、パラメーター値は、互換性のある型を持つ値を提供する最も近い先祖 CascadingValue<TValue> によって提供されます。 |