IJSVsaItems Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 un insieme di oggetti IJSVsaItem, a cui è possibile fare riferimento mediante il nome o l'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à
Count |
Obsoleti.
Ottiene il numero di elementi dell'insieme specificato. |
Item[Int32] |
Obsoleti.
Ottiene un elemento dall'insieme in base al relativo valore di indice. |
Item[String] |
Obsoleti.
Ottiene un elemento dall'insieme in base al relativo nome. |
Metodi
CreateItem(String, JSVsaItemType, JSVsaItemFlag) |
Obsoleti.
Crea una nuova istanza di uno dei tipi IJSVsaItem, come definito nell'enumerazione JSVsaItemType. |
GetEnumerator() |
Obsoleti.
Restituisce un enumeratore che consente di eseguire l'iterazione di una raccolta. (Ereditato da IEnumerable) |
Remove(Int32) |
Obsoleti.
Rimuove un elemento dall'insieme in base al relativo valore di indice. |
Remove(String) |
Obsoleti.
Rimuove un elemento dall'insieme in base al relativo nome. |
Metodi di estensione
Cast<TResult>(IEnumerable) |
Obsoleti.
Esegue il cast degli elementi di un oggetto IEnumerable nel tipo specificato. |
OfType<TResult>(IEnumerable) |
Obsoleti.
Filtra gli elementi di un oggetto IEnumerable in base a un tipo specificato. |
AsParallel(IEnumerable) |
Obsoleti.
Consente la parallelizzazione di una query. |
AsQueryable(IEnumerable) |
Obsoleti.
Converte un oggetto IEnumerable in un oggetto IQueryable. |