مشاركة عبر


IVsaItems Members

Include Protected Members
Include Inherited Members

Defines an interface for a collection of IVsaItem objects, which can be addressed either by name or by index.

The IVsaItems type exposes the following members.

Methods

  Name Description
Public method CreateItem Creates a new instance of one of the IVsaItem types, as defined in the VsaItemType enumeration.
Public method GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Public method Remove(Int32) Removes an item from the collection, as specified by its index value.
Public method Remove(String) Removes an item from the collection, as specified by its name.

Top

Properties

  Name Description
Public property Count Gets the number of items in the specified collection.
Public property Item[Int32] Gets an item from the collection by its index value.
Public property Item[String] Gets an item from the collection by its name.

Top

See Also

Reference

IVsaItems Interface

Microsoft.Vsa Namespace