Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.35 KB

item-property-dictionary-object.md

File metadata and controls

37 lines (25 loc) · 1.35 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Item property (Dictionary object)
vblr6.chm2181946
vblr6.chm2181946
3f3080fa-29bf-6bf1-bd6e-6b804c01a589
04/18/2019
medium

Item property

Sets or returns an item for a specified key in a Dictionary object. For collections, returns an item based on the specified key. Read/write.

Syntax

object.Item (key) [ = newitem ]

The Item property has the following parts:

Part Description
object Required. Always the name of a Collection or Dictionary object.
key Required. Key associated with the item being retrieved or added.
newitem Optional. Used for Dictionary object only; no application for collections. If provided, newitem is the new value associated with the specified key.

Remarks

If key is not found when changing an item, a new key is created with the specified newitem. If key is not found when attempting to return an existing item, a new key is created and its corresponding item is left empty.

See also

[!includeSupport and feedback]