ParameterAttribute 类

定义

将目标成员表示为组件参数。

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
继承
ParameterAttribute
属性

构造函数

ParameterAttribute()

将目标成员表示为组件参数。

属性

CaptureUnmatchedValues

获取或设置一个值,该值确定参数是否将捕获与任何其他参数不匹配的值。

适用于