ParameterAttribute Clase

Definición

Denota el miembro de destino como parámetro de componente.

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
Herencia
ParameterAttribute
Atributos

Constructores

ParameterAttribute()

Denota el miembro de destino como parámetro de componente.

Propiedades

CaptureUnmatchedValues

Obtiene o establece un valor que determina si el parámetro capturará valores que no coincidan con ningún otro parámetro.

Se aplica a