Klasa VsaItems

Uwaga: ten interfejs API jest teraz nieaktualny.

Hierarchia dziedziczenia

Object
  Microsoft.VisualBasic.Vsa.VsaItems

Przestrzeń nazw:  Microsoft.VisualBasic.Vsa
Zestaw:  Microsoft.VisualBasic.Vsa (w Microsoft.VisualBasic.Vsa.dll)

Składnia

'Deklaracja
<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

Typ VsaItems uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda chroniona VsaItems

Początek

Właściwości

  Nazwa Opis
Właściwość publiczna Count
Właściwość publiczna Item[Int32]
Właściwość publiczna Item[String]

Początek

Metody

  Nazwa Opis
Metoda chroniona AddCodeItemWrapper
Metoda publiczna CreateItem
Metoda publiczna Equals Determines whether the specified object is equal to the current object. (Odziedziczone z Object).
Metoda chroniona Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object).
Metoda publiczna GetEnumerator
Metoda publiczna GetHashCode Serves as the default hash function. (Odziedziczone z Object).
Metoda chroniona GetItemWrapper
Metoda publiczna GetType Gets the Type of the current instance. (Odziedziczone z Object).
Metoda chroniona MemberwiseClone Creates a shallow copy of the current Object. (Odziedziczone z Object).
Metoda publiczna Remove(Int32)
Metoda publiczna Remove(String)
Metoda publiczna ToString Returns a string that represents the current object. (Odziedziczone z Object).

Początek

Pola

  Nazwa Opis
Pole chronione m_ItemCollection

Początek

Bezpieczeństwo wątku

Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.

Zobacz też

Informacje

Przestrzeń nazw Microsoft.VisualBasic.Vsa