IVsaItems Arabirim

Not: Bu API artık kullanılmıyor.

Koleksiyonu için bir arabirimi tanımlar IVsaItem nesneleri, adı veya dizini tarafından çözülebilir.

Ad alanı:  Microsoft.Vsa
Derleme:  Microsoft.Vsa (Microsoft.Vsa.dll içinde)

Sözdizimi

'Bildirim
<GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ObsoleteAttribute("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 _
    Inherits IEnumerable
[GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ObsoleteAttribute("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 : IEnumerable
[GuidAttribute(L"0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ObsoleteAttribute(L"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 class IVsaItems : IEnumerable
[<GuidAttribute("0AB1EB6A-12BD-44d0-B941-0580ADFC73DE")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ObsoleteAttribute("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 
    end
public interface IVsaItems extends IEnumerable

IVsaItems türü aşağıdaki üyeleri ortaya koyar.

Özellikler

  Ad Açıklama
Genel özellik Count Belirtilen koleksiyondaki öğe sayısını alır.
Genel özellik Item[Int32] Bir öğeyi topluluktan dizini değerini alır.
Genel özellik Item[String] Öğenin adını kullanarak koleksiyondan alır.

Üst

Yöntemler

  Ad Açıklama
Genel yöntem CreateItem Aşağıdakilerden birini yeni bir örneğini oluşturur IVsaItem sınıfında tanımlandığı gibi türleri VsaItemType numaralandırması.
Genel yöntem GetEnumerator Returns an enumerator that iterates through a collection. (IEnumerable kaynağından devralındı.)
Genel yöntem Remove(Int32) Bir öğeyi dizin değeri tarafından belirtilen koleksiyondan kaldırır.
Genel yöntem Remove(String) Öğenin adını kullanarak belirtilen koleksiyondan kaldırır.

Üst

Ayrıca bkz.

Başvuru

Microsoft.Vsa Ad Alanı