EventInfo.ParameterNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回为数组中指定位置的参数指定的名称。 此字段为只读。
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[]
一个包含参数名称的字符串。