IJSVsaItems Arabirim

Tanım

Dikkat

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.

Bir nesne koleksiyonu IJSVsaItem için ada veya dizine göre adreslenebilen bir arabirim tanımlar.

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
Türetilmiş
Öznitelikler
Uygulamalar

Özellikler

Count
Geçersiz.

Belirtilen koleksiyondaki öğe sayısını alır.

Item[Int32]
Geçersiz.

Koleksiyondaki bir öğeyi dizin değerine göre alır.

Item[String]
Geçersiz.

Koleksiyondaki bir öğeyi adına göre alır.

Yöntemler

CreateItem(String, JSVsaItemType, JSVsaItemFlag)
Geçersiz.

Numaralandırmada tanımlandığı gibi türlerden IJSVsaItem birinin yeni bir örneğini JSVsaItemType oluşturur.

GetEnumerator()
Geçersiz.

Bir toplulukta tekrarlanan bir numaralandırıcı döndürür.

(Devralındığı yer: IEnumerable)
Remove(Int32)
Geçersiz.

Dizin değeri tarafından belirtildiği gibi bir öğeyi koleksiyondan kaldırır.

Remove(String)
Geçersiz.

Adında belirtilen bir öğeyi koleksiyondan kaldırır.

Uzantı Metotları

Cast<TResult>(IEnumerable)
Geçersiz.

öğesinin IEnumerable öğelerini belirtilen türe atar.

OfType<TResult>(IEnumerable)
Geçersiz.

Öğesinin IEnumerable öğelerini belirtilen türe göre filtreler.

AsParallel(IEnumerable)
Geçersiz.

Sorgunun paralelleştirilmesini etkinleştirir.

AsQueryable(IEnumerable)
Geçersiz.

bir IEnumerable öğesini öğesine IQueryabledönüştürür.

Şunlara uygulanır