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)
Устаревшие..

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

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

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

Включает параллелизацию запроса.

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

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

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

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

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

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

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