欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片


RemoveAll 方法

RemoveAll 方法刪除 Dictionary 對(duì)象中的所有鍵和項(xiàng)目對(duì)。

object.RemoveAll

object 應(yīng)為 Dictionary 對(duì)象的名稱。

說(shuō)明

下列代碼舉例說(shuō)明如何使用 RemoveAll 方法:

Dim a,d,i             '創(chuàng)建一些變量。
Set d = CreateObject("Scripting.Dictionary")
d.Add "a","Athens"     '添加鍵和項(xiàng)目。
d.Add "b","Belgrade"
d.Add "c","Cairo"
...
a = d.RemoveAll         '清除 dictionary。

請(qǐng)參閱

Add 方法(Dictionary) | Exists 方法 | Items 方法 | Keys 方法 | Remove 方法

應(yīng)用于: Dictionary 對(duì)象