IVsaItems Interfejs
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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.
Definiuje interfejs dla kolekcji IVsaItem obiektów, które można rozwiązać za pomocą nazwy lub indeksu.
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
- Pochodne
- Atrybuty
- Implementuje
Właściwości
Count |
Przestarzałe.
Pobiera liczbę elementów w określonej kolekcji. |
Item[Int32] |
Przestarzałe.
Pobiera element z kolekcji według jej wartości indeksu. |
Item[String] |
Przestarzałe.
Pobiera element z kolekcji według jego nazwy. |
Metody
CreateItem(String, VsaItemType, VsaItemFlag) |
Przestarzałe.
Tworzy nowe wystąpienie jednego z IVsaItem typów, zgodnie z definicją VsaItemType w wyliczenie. |
GetEnumerator() |
Przestarzałe.
Zwraca moduł wyliczający, który iteruje po kolekcji. (Odziedziczone po IEnumerable) |
Remove(Int32) |
Przestarzałe.
Usuwa element z kolekcji zgodnie z jego wartością indeksu. |
Remove(String) |
Przestarzałe.
Usuwa element z kolekcji zgodnie z jego nazwą. |
Metody rozszerzania
Cast<TResult>(IEnumerable) |
Przestarzałe.
Rzutuje elementy obiektu IEnumerable na określony typ. |
OfType<TResult>(IEnumerable) |
Przestarzałe.
Filtruje elementy IEnumerable elementu na podstawie określonego typu. |
AsQueryable(IEnumerable) |
Przestarzałe.
Konwertuje element IEnumerable na .IQueryable |