Visual Basic Scripting Edition | 語言參考 |
參數(shù)數(shù)目必須與屬性說明一致所說明的參數(shù)數(shù)目太少了。當(dāng)使用Property Let 或 Property Set,參數(shù)數(shù)目必須比相應(yīng)的Property Get 返回的數(shù)字大1。 要糾正該錯(cuò)誤 - 確保Property Let 和 Property Set 至少比由Property Get.返回的參數(shù)數(shù)目多1。
請(qǐng)參閱Property Let 語句 | Property Set 語句 | Property Get 語句 返回首頁(yè)
|