ParameterAttribute Classe

Definizione

Indica il membro di destinazione come parametro 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
Ereditarietà
ParameterAttribute
Attributi

Costruttori

ParameterAttribute()

Indica il membro di destinazione come parametro componente.

Proprietà

CaptureUnmatchedValues

Ottiene o imposta un valore che determina se il parametro acquisisce valori che non corrispondono ad altri parametri.

Si applica a