IVsaItems Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
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.
Define una interfaz para una colección de objetos IVsaItem, a la que se puede dirigir por nombre o por índice.
public interface class IVsaItems : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItems : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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 interface IVsaItems : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItems = interface
interface IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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 IVsaItems = interface
interface IEnumerable
Public Interface IVsaItems
Implements IEnumerable
- Derivado
- Atributos
- Implementaciones
Propiedades
Count |
Obsoletos.
Obtiene el número de elementos de la colección especificada. |
Item[Int32] |
Obsoletos.
Obtiene un elemento de la colección por su valor de índice. |
Item[String] |
Obsoletos.
Obtiene un elemento de la colección por nombre. |
Métodos
CreateItem(String, VsaItemType, VsaItemFlag) |
Obsoletos.
Crea una nueva instancia de uno de los tipos de IVsaItem, según se defina en la enumeración VsaItemType. |
GetEnumerator() |
Obsoletos.
Devuelve un enumerador que recorre en iteración una colección. (Heredado de IEnumerable) |
Remove(Int32) |
Obsoletos.
Quita un elemento de la colección, especificado mediante el valor de índice. |
Remove(String) |
Obsoletos.
Quita un elemento de la colección, especificado por su nombre. |
Métodos de extensión
Cast<TResult>(IEnumerable) |
Obsoletos.
Convierte los elementos de IEnumerable en el tipo especificado. |
OfType<TResult>(IEnumerable) |
Obsoletos.
Filtra los elementos de IEnumerable en función de un tipo especificado. |
AsQueryable(IEnumerable) |
Obsoletos.
Convierte una interfaz IEnumerable en IQueryable. |