IJSVsaItems Rozhraní

Definice

Upozornění

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.

Definuje rozhraní pro kolekci IJSVsaItem objektů, které lze adresovat buď názvem, nebo indexem.

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
Odvozené
Atributy
Implementuje

Vlastnosti

Count
Zastaralé.

Získá počet položek v zadané kolekci.

Item[Int32]
Zastaralé.

Získá položku z kolekce podle hodnoty indexu.

Item[String]
Zastaralé.

Získá položku z kolekce podle jejího názvu.

Metody

CreateItem(String, JSVsaItemType, JSVsaItemFlag)
Zastaralé.

Vytvoří novou instanci jednoho z IJSVsaItem typů, jak je definováno ve výčtu JSVsaItemType .

GetEnumerator()
Zastaralé.

Vrací enumerátor procházející kolekci.

(Zděděno od IEnumerable)
Remove(Int32)
Zastaralé.

Odebere položku z kolekce tak, jak je určena její hodnotou indexu.

Remove(String)
Zastaralé.

Odebere položku z kolekce podle jejího názvu.

Metody rozšíření

Cast<TResult>(IEnumerable)
Zastaralé.

Přetypuje prvky objektu na IEnumerable zadaný typ.

OfType<TResult>(IEnumerable)
Zastaralé.

Filtruje prvky objektu IEnumerable na základě zadaného typu.

AsParallel(IEnumerable)
Zastaralé.

Umožňuje paralelizaci dotazu.

AsQueryable(IEnumerable)
Zastaralé.

Převede objekt na IEnumerableIQueryable.

Platí pro