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 | |
---|---|---|
Count | Belirtilen koleksiyondaki öğe sayısını alır. | |
Item[Int32] | Bir öğeyi topluluktan dizini değerini alır. | |
Item[String] | Öğenin adını kullanarak koleksiyondan alır. |
Üst
Yöntemler
Ad | Açıklama | |
---|---|---|
CreateItem | Aşağıdakilerden birini yeni bir örneğini oluşturur IVsaItem sınıfında tanımlandığı gibi türleri VsaItemType numaralandırması. | |
GetEnumerator | Returns an enumerator that iterates through a collection. (IEnumerable kaynağından devralındı.) | |
Remove(Int32) | Bir öğeyi dizin değeri tarafından belirtilen koleksiyondan kaldırır. | |
Remove(String) | Öğenin adını kullanarak belirtilen koleksiyondan kaldırır. |
Üst