ParameterAttribute Class

Definition

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.

Applies to