OperationParameterInfo.ParameterType プロパティ

定義

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

public:
 property Type ^ ParameterType { Type ^ get(); void set(Type ^ value); };
public Type ParameterType { get; set; }
member this.ParameterType : Type with get, set
Public Property ParameterType As Type

プロパティ値

Type

関連付けられている操作パラメーターの型を表す Type オブジェクト。

適用対象