IVsaItems Interface

Definição

Cuidado

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 uma interface para uma coleção de IVsaItem objetos, que pode ser tratada por nome ou 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
Implementações

Propriedades

Nome Description
Count
Obsoleto.

Obtém o número de itens na coleção especificada.

Item[Int32]
Obsoleto.

Obtém um item da coleção pelo seu valor de índice.

Item[String]
Obsoleto.

Obtém um item da coleção pelo nome.

Métodos

Nome Description
CreateItem(String, VsaItemType, VsaItemFlag)
Obsoleto.

Cria uma nova instância de um dos IVsaItem tipos, conforme definido na VsaItemType enumeração.

GetEnumerator()
Obsoleto.

Retorna um enumerador que itera por meio de uma coleção.

(Herdado de IEnumerable)
Remove(Int32)
Obsoleto.

Remove um item da coleção, conforme especificado pelo seu valor de índice.

Remove(String)
Obsoleto.

Remove um item da coleção, conforme especificado pelo nome.

Métodos de Extensão

Nome Description
AsQueryable(IEnumerable)
Obsoleto.

Converte um IEnumerable em um IQueryable.

Cast<TResult>(IEnumerable)
Obsoleto.

Converte os elementos de um IEnumerable para o tipo especificado.

OfType<TResult>(IEnumerable)
Obsoleto.

Filtra os elementos de um IEnumerable com base em um tipo especificado.

Aplica-se a