ParameterAttribute Classe

Definição

Denota o membro de destino como um 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
Herança
ParameterAttribute
Atributos

Construtores

ParameterAttribute()

Denota o membro de destino como um parâmetro de componente.

Propriedades

CaptureUnmatchedValues

Obtém ou define um valor que determina se o parâmetro capturará valores que não correspondem a nenhum outro parâmetro.

Aplica-se a