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

Name Description
Count
Zastaralé.

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

Item[Int32]
Zastaralé.

Získá položku z kolekce hodnotou indexu.

Item[String]
Zastaralé.

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

Metody

Name Description
CreateItem(String, JSVsaItemType, JSVsaItemFlag)
Zastaralé.

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

GetEnumerator()
Zastaralé.

Vrátí enumerátor, který iteruje kolekcí.

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

Odebere položku z kolekce podle hodnoty indexu.

Remove(String)
Zastaralé.

Odebere položku z kolekce podle názvu.

Metody rozšíření

Name Description
AsParallel(IEnumerable)
Zastaralé.

Umožňuje paralelizaci dotazu.

AsQueryable(IEnumerable)
Zastaralé.

Převede IEnumerable na IQueryable.

Cast<TResult>(IEnumerable)
Zastaralé.

Přetypuje prvky IEnumerable na zadaný typ.

OfType<TResult>(IEnumerable)
Zastaralé.

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

Platí pro