IJSVsaItems 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 IJSVsaItem oggetti, che può essere indirizzato in base al nome o all'indice.

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
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, JSVsaItemType, JSVsaItemFlag)
Obsoleti.

Crea una nuova istanza di uno dei IJSVsaItem tipi, come definito nell'enumerazione JSVsaItemType .

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
AsParallel(IEnumerable)
Obsoleti.

Abilita la parallelizzazione di una query.

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