ParameterAttribute Klasse

Definition

Gibt den Zielmember als Komponentenparameter an.

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
Vererbung
ParameterAttribute
Attribute

Konstruktoren

ParameterAttribute()

Gibt den Zielmember als Komponentenparameter an.

Eigenschaften

CaptureUnmatchedValues

Ruft einen Wert ab, der bestimmt, ob der Parameter Werte erfasst, die keinem anderen Parameter entsprechen, oder legt diesen fest.

Gilt für: