ParameterValue Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a single parameter supplied to an IComponent by its parent in the render tree.
public value class ParameterValue
public readonly struct ParameterValue
type ParameterValue = struct
Public Structure ParameterValue
- Inheritance
-
ParameterValue
Properties
Cascading |
Gets a value to indicate whether the parameter is cascading, meaning that it was supplied by a CascadingValue<TValue>. |
Name |
Gets the name of the parameter. |
Value |
Gets the value being supplied for the parameter. |