言語

EventInfo.ParameterDescriptions プロパティ

定義

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

public:
 property cli::array <System::String ^> ^ ParameterDescriptions { cli::array <System::String ^> ^ get(); };
public string[] ParameterDescriptions { get; }
member this.ParameterDescriptions : string[]
Public ReadOnly Property ParameterDescriptions As String()

プロパティ値

String[]

パラメータの記述を含む文字列です。

適用対象