IJSVsaItems 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 IJSVsaItem objetos, que se puede abordar por nombre o por índice.
public interface class IJSVsaItems : 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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaItems : 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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("172341E0-9B0D-43E6-9EFF-75E030A46461")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItems = interface
interface IEnumerable
Public Interface IJSVsaItems
Implements IEnumerable
- Derivado
- Atributos
- Implementaciones
Propiedades
| Nombre | Description |
|---|---|
| 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 su nombre. |
Métodos
| Nombre | Description |
|---|---|
| CreateItem(String, JSVsaItemType, JSVsaItemFlag) |
Obsoletos.
Crea una nueva instancia de uno de los IJSVsaItem tipos, tal como se define en la JSVsaItemType enumeración. |
| 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, según lo especificado por su valor de índice. |
| Remove(String) |
Obsoletos.
Quita un elemento de la colección, tal como se especifica por su nombre. |
Métodos de extensión
| Nombre | Description |
|---|---|
| AsParallel(IEnumerable) |
Obsoletos.
Habilita la paralelización de una consulta. |
| AsQueryable(IEnumerable) |
Obsoletos.
Convierte un IEnumerable en un IQueryable. |
| Cast<TResult>(IEnumerable) |
Obsoletos.
Convierte los elementos de un IEnumerable al tipo especificado. |
| OfType<TResult>(IEnumerable) |
Obsoletos.
Filtra los elementos de un IEnumerable en función de un tipo especificado. |