IVsaItems 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 IVsaItem, a cui è possibile fare riferimento mediante il nome o l'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à
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, VsaItemType, VsaItemFlag) |
Obsoleti.
Crea una nuova istanza di uno dei tipi IVsaItem, come definito nell'enumerazione VsaItemType. |
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. |
AsQueryable(IEnumerable) |
Obsoleti.
Converte un oggetto IEnumerable in un oggetto IQueryable. |