VsaItems Sınıf

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

Devralma Hiyerarşisi

Object
  Microsoft.VisualBasic.Vsa.VsaItems

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

Sözdizimi

'Bildirim
<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.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class VsaItems _
    Implements IVsaItems, IEnumerable
[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.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class VsaItems : IVsaItems, IEnumerable
[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.")]
[PermissionSetAttribute(SecurityAction::Demand, Name = L"FullTrust")]
public ref class VsaItems : IVsaItems, 
    IEnumerable
[<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.")>]
[<PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")>]
type VsaItems =  
    class 
        interface IVsaItems 
        interface IEnumerable 
    end
public class VsaItems implements IVsaItems, IEnumerable

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

Oluşturucular

  Ad Açıklama
Korumalı yöntem VsaItems

Üst

Özellikler

  Ad Açıklama
Genel özellik Count
Genel özellik Item[Int32]
Genel özellik Item[String]

Üst

Yöntemler

  Ad Açıklama
Korumalı yöntem AddCodeItemWrapper
Genel yöntem CreateItem
Genel yöntem Equals Determines whether the specified object is equal to the current object. (Object kaynağından devralındı.)
Korumalı yöntem Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Object kaynağından devralındı.)
Genel yöntem GetEnumerator
Genel yöntem GetHashCode Serves as the default hash function. (Object kaynağından devralındı.)
Korumalı yöntem GetItemWrapper
Genel yöntem GetType Gets the Type of the current instance. (Object kaynağından devralındı.)
Korumalı yöntem MemberwiseClone Creates a shallow copy of the current Object. (Object kaynağından devralındı.)
Genel yöntem Remove(Int32)
Genel yöntem Remove(String)
Genel yöntem ToString Returns a string that represents the current object. (Object kaynağından devralındı.)

Üst

Alanlar

  Ad Açıklama
Korumalı alan m_ItemCollection

Üst

İş Parçacığı Güvenliği

Bu türün tüm genel statik (Visual Basic'te Shared) üyeleri iş parçacığı açısından güvenlidir. Hiçbir örnek üyesinin iş parçacığı açısından güvenliği garanti edilemez.

Ayrıca bkz.

Başvuru

Microsoft.VisualBasic.Vsa Ad Alanı