IJSVsaItems 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 IJSVsaItem, a la que se puede dirigir 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
Count |
Obtiene el número de elementos de la colección especificada. |
Item[Int32] |
Obtiene un elemento de la colección por su valor de índice. |
Item[String] |
Obtiene un elemento de la colección por nombre. |
Create |
Crea una nueva instancia de uno de los tipos de IJSVsaItem, según se defina en la enumeración JSVsaItemType. |
Get |
Devuelve un enumerador que recorre en iteración una colección. (Heredado de IEnumerable) |
Remove(Int32) |
Quita un elemento de la colección, especificado mediante el valor de índice. |
Remove(String) |
Quita un elemento de la colección, especificado por su nombre. |
Cast<TResult>(IEnumerable) |
Convierte los elementos de IEnumerable en el tipo especificado. |
Of |
Filtra los elementos de IEnumerable en función de un tipo especificado. |
As |
Habilita la paralelización de una consulta. |
As |
Convierte una interfaz IEnumerable en IQueryable. |
Producto | Versiones (Obsoleto) |
---|---|
.NET Framework | (4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8) |