IVsaItems Interfaz
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
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. |
Create |
Obsoletos.
Crea una nueva instancia de uno de los tipos de IVsaItem, según se defina en la enumeración VsaItemType. |
Get |
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. |
Cast<TResult>(IEnumerable) |
Obsoletos.
Convierte los elementos de IEnumerable en el tipo especificado. |
Of |
Obsoletos.
Filtra los elementos de IEnumerable en función de un tipo especificado. |
As |
Obsoletos.
Convierte una interfaz IEnumerable en IQueryable. |
Produto | Versións (Obsoleto) |
---|---|
.NET Framework | 1.1 (2.0, 3.0, 3.5) |
Comentarios de .NET
.NET é un proxecto de código aberto. Selecciona unha ligazón para ofrecer comentarios: