Share via


WebstoreKeyedCollection Members

[This is internal Microsoft documentation - Do not distribute.]

WebstoreKeyedCollection

The following tables list the members exposed by the WebstoreKeyedCollection type.

Public Properties

  Name Description
Count Gets the count of items in the collection
IsObjectExpired  Gets information about whether the given WebstoreObject is expired - dropped from WstConfig.(inherited from WebstoreObject)
IsReadOnly Tells whether the collection is readonly
Item Gets the object associated with the specified key in the collection.
Key  Key(inherited from WebstoreCollectionBase)

Top

Public Methods

(see also Protected Methods )

  Name Description
Add Adds item to collection
Clear Clears the collection
Contains Returns whether the collection containst the item
CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Equals  Overloaded. (inherited from WebstoreObject )
GetEnumerator Gets the enumerator for the collection
GetHashCode  The get hash code function(inherited from WebstoreObject)
GetKeyAt Gets the key at the index location of the collection.
GetType  (inherited from Object )
GetUserStore  (inherited from WebstoreObject )
GetValueAt Gets the value at the index location of the collection.
ReferenceEquals  (inherited from Object )
Refresh  (inherited from WebstoreObject )
Remove Removes the given item from the collection
RemoveUserStore  (inherited from WebstoreObject )
SetUserStore  (inherited from WebstoreObject )
ToString  (inherited from Object )
TryGetValue Get the value if key exists in collection.

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  (inherited from Object )

Top

Public Events

  Name Description
CollectionChanged The collection changed Event

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator  

Top

See Also

Reference

WebstoreKeyedCollection Generic Class
Microsoft.Webstore.MetaData Namespace