EventInfo.ParameterTypes プロパティ

定義

配列の指定された位置にあるパラメーターに与えられたデータ型を返します。 このフィールドは読み取り専用です。

public:
 property cli::array <TypeCode> ^ ParameterTypes { cli::array <TypeCode> ^ get(); };
public TypeCode[] ParameterTypes { get; }
member this.ParameterTypes : TypeCode[]
Public ReadOnly Property ParameterTypes As TypeCode()

プロパティ値

指定した位置にある配列内のパラメーターの ushort データ型。

適用対象