ParameterBuilder.Attributes プロパティ

定義

このパラメーターの属性を取得します。

public:
 virtual property int Attributes { int get(); };
public virtual int Attributes { get; }
member this.Attributes : int
Public Overridable ReadOnly Property Attributes As Integer

プロパティ値

読み取り専用です。 このパラメーターの属性を取得します。

注釈

属性の値は、列挙の値に ParameterAttributes 対応します。

適用対象