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) |
Устаревшие..
Удаляет элемент из коллекции по имени. |
Методы расширения
Cast<TResult>(IEnumerable) |
Устаревшие..
Приводит элементы объекта IEnumerable к заданному типу. |
OfType<TResult>(IEnumerable) |
Устаревшие..
Выполняет фильтрацию элементов объекта IEnumerable по заданному типу. |
AsQueryable(IEnumerable) |
Устаревшие..
Преобразовывает коллекцию IEnumerable в объект IQueryable. |