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[]
包含参数名称的字符串。