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

パラメーターが他のパラメーターと一致しない値をキャプチャするかどうかを決定する値を取得または設定します。

適用対象