次の方法で共有


OperationParameterInfo.Attributes プロパティ

定義

関連付けられた操作パラメーターの属性を取得または設定します。

public:
 property System::Reflection::ParameterAttributes Attributes { System::Reflection::ParameterAttributes get(); void set(System::Reflection::ParameterAttributes value); };
public System.Reflection.ParameterAttributes Attributes { get; set; }
member this.Attributes : System.Reflection.ParameterAttributes with get, set
Public Property Attributes As ParameterAttributes

プロパティ値

ParameterAttributes

関連付けられている操作パラメーターの ParameterAttributes

適用対象