IVsaItems 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 IVsaItem için ada veya dizine göre adreslenebilen bir arabirim tanımlar.

public interface class IVsaItems : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaItems : System.Collections.IEnumerable
[System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
public interface IVsaItems : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaItems = interface
    interface IEnumerable
[<System.Runtime.InteropServices.Guid("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaItems = interface
    interface IEnumerable
Public Interface IVsaItems
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, VsaItemType, VsaItemFlag)
Geçersiz.

Numaralandırmada tanımlandığı gibi türlerden IVsaItem birinin yeni bir örneğini VsaItemType 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.

AsQueryable(IEnumerable)
Geçersiz.

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

Şunlara uygulanır