语言

EventInfo.ParameterNames 属性

定义

返回位于数组指定位置的参数名称。 此字段是只读的。

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

属性值

String[]

包含参数名称的字符串。

适用于