Click or drag to resize

IPropertyBag Methods

The IPropertyBag type exposes the following members.

Methods
  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, Object.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, Object.)
Public methodClear (Inherited from ICollectionKeyValuePairString, Object.)
Public methodContains (Inherited from ICollectionKeyValuePairString, Object.)
Public methodContainsKey (Inherited from IDictionaryString, Object.)
Public methodCopyTo (Inherited from ICollectionKeyValuePairString, Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, Object.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairString, Object.)
Public methodRemove(TKey) (Inherited from IDictionaryString, Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from IDictionaryString, Object.)
Top
See Also