IVsaItems Interfaccia

Definizione

Attenzione

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.

Definisce un'interfaccia per una raccolta di IVsaItem oggetti, che può essere indirizzato in base al nome o all'indice.

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
Derivato
Attributi
Implementazioni

Proprietà

Nome Descrizione
Count
Obsoleti.

Ottiene il numero di elementi nella raccolta specificata.

Item[Int32]
Obsoleti.

Ottiene un elemento dalla raccolta in base al relativo valore di indice.

Item[String]
Obsoleti.

Ottiene un elemento dalla raccolta in base al nome.

Metodi

Nome Descrizione
CreateItem(String, VsaItemType, VsaItemFlag)
Obsoleti.

Crea una nuova istanza di uno dei IVsaItem tipi, come definito nell'enumerazione VsaItemType .

GetEnumerator()
Obsoleti.

Restituisce un enumeratore che scorre un insieme.

(Ereditato da IEnumerable)
Remove(Int32)
Obsoleti.

Rimuove un elemento dalla raccolta, come specificato dal relativo valore di indice.

Remove(String)
Obsoleti.

Rimuove un elemento dalla raccolta, come specificato dal nome.

Metodi di estensione

Nome Descrizione
AsQueryable(IEnumerable)
Obsoleti.

Converte un IEnumerable in un IQueryable.

Cast<TResult>(IEnumerable)
Obsoleti.

Esegue il cast degli elementi di un IEnumerable al tipo specificato.

OfType<TResult>(IEnumerable)
Obsoleti.

Filtra gli elementi di un IEnumerable in base a un tipo specificato.

Si applica a