ParameterAttribute Class
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.
Denotes the target member as a component parameter.
public ref class ParameterAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class ParameterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ParameterAttribute = class
inherit Attribute
Public NotInheritable Class ParameterAttribute
Inherits Attribute
- Inheritance
-
ParameterAttribute
- Attributes
Constructors
ParameterAttribute() |
Properties
CaptureUnmatchedValues |
Gets or sets a value that determines whether the parameter will capture values that don't match any other parameter. |