VsaItems Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.
Defines a collection of VsaItem objects, which can be addressed either by name or by index.
public ref class VsaItems : Microsoft::Vsa::IVsaItems, System::Collections::IEnumerable
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
[System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public class VsaItems : Microsoft.Vsa.IVsaItems, System.Collections.IEnumerable
type VsaItems = class
interface IVsaItems
interface IEnumerable
[<System.Obsolete("Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")>]
type VsaItems = class
interface IVsaItems
interface IEnumerable
Public Class VsaItems
Implements IEnumerable, IVsaItems
- Inheritance
-
VsaItems
- Attributes
- Implements
Constructors
VsaItems(IVsaItems) |
Fields
m_ItemCollection |
Properties
Count |
Gets the number of items in the specified collection. |
Item[Int32] |
Gets an item from the collection by its index value. |
Item[String] |
Gets an item from the collection by its name. |
Methods
AddCodeItemWrapper(IVsaItem) | |
CreateItem(String, VsaItemType, VsaItemFlag) |
Creates a new instance of one of the VsaItemType types, as defined in the VsaItemFlag enumeration. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetEnumerator() |
Returns an enumerator that iterates through a collection. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetItemWrapper(IVsaItem) | |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Remove(Int32) |
Removes an item from the collection, as specified by its index value. |
Remove(String) |
Removes an item from the collection, as specified by its name. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
Cast<TResult>(IEnumerable) |
Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Filters the elements of an IEnumerable based on a specified type. |
AsQueryable(IEnumerable) |
Converts an IEnumerable to an IQueryable. |