IJSVsaItems Интерфейс

Определение

Внимание!

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.

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

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

Свойства

Count
Устаревшие..

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

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

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

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

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

Методы

CreateItem(String, JSVsaItemType, JSVsaItemFlag)
Устаревшие..

Создает экземпляр одного из типов IJSVsaItem, определенных в перечислении JSVsaItemType.

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

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

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

Удаляет элемент из коллекции по значению индекса.

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

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

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

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

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

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

Выполняет фильтрацию элементов объекта IEnumerable по заданному типу.

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

Позволяет осуществлять параллельный запрос.

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

Преобразовывает коллекцию IEnumerable в объект IQueryable.

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