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[]
一個包含參數名稱的字串。