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

Возвращает или задает значение, определяющее, будет ли параметр записывать значения, которые не соответствуют ни одному другому параметру.

Применяется к