Click or drag to resize

IPropertyBag Methods

The IPropertyBag type exposes the following members.

Methods
 NameDescription
Public methodAdd(T)Adds an item to the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Public methodAdd(TKey, TValue)Adds an element with the provided key and value to the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
Public methodClearRemoves all items from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Public methodContainsDetermines whether the ICollectionT contains a specific value.
(Inherited from ICollectionKeyValuePairString, Object)
Public methodContainsKeyDetermines whether the IDictionaryTKey, TValue contains an element with the specified key.
(Inherited from IDictionaryString, Object)
Public methodCopyToCopies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionKeyValuePairString, Object)
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, Object)
Public methodRemove(T)Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionKeyValuePairString, Object)
Public methodRemove(TKey)Removes the element with the specified key from the IDictionaryTKey, TValue.
(Inherited from IDictionaryString, Object)
Public methodTryGetValueGets the value associated with the specified key.
(Inherited from IDictionaryString, Object)
Top
See Also