IVsaItems Интерфейс

Определение

Внимание

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.

Определяет интерфейс для коллекции IVsaItem объектов, которые могут быть устранены по имени или по индексу.

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
Производный
Атрибуты
Реализации

Свойства

Имя Описание
Count
Устаревшие..

Возвращает количество элементов в указанной коллекции.

Item[Int32]
Устаревшие..

Возвращает элемент из коллекции по значению индекса.

Item[String]
Устаревшие..

Возвращает элемент из коллекции по его имени.

Методы

Имя Описание
CreateItem(String, VsaItemType, VsaItemFlag)
Устаревшие..

Создает новый экземпляр одного из IVsaItem типов, как определено в VsaItemType перечислении.

GetEnumerator()
Устаревшие..

Возвращает перечислитель, который выполняет итерацию по коллекции.

(Унаследовано от IEnumerable)
Remove(Int32)
Устаревшие..

Удаляет элемент из коллекции, как указано в его значении индекса.

Remove(String)
Устаревшие..

Удаляет элемент из коллекции, как указано его именем.

Методы расширения

Имя Описание
AsQueryable(IEnumerable)
Устаревшие..

Преобразует IEnumerable в IQueryable.

Cast<TResult>(IEnumerable)
Устаревшие..

Приведение элементов IEnumerable к указанному типу.

OfType<TResult>(IEnumerable)
Устаревшие..

Фильтрует элементы IEnumerable на основе указанного типа.

Применяется к