Classe VsaItems

Observação: esta API agora é obsoleta.

Hierarquia de herança

Object
  Microsoft.VisualBasic.Vsa.VsaItems

Namespace:  Microsoft.VisualBasic.Vsa
Assembly:  Microsoft.VisualBasic.Vsa (em Microsoft.VisualBasic.Vsa.dll)

Sintaxe

'Declaração
<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

O tipo VsaItems expõe os membros a seguir.

Construtores

  Nome Descrição
Método protegido VsaItems

Superior

Propriedades

  Nome Descrição
Propriedade pública Count
Propriedade pública Item[Int32]
Propriedade pública Item[String]

Superior

Métodos

  Nome Descrição
Método protegido AddCodeItemWrapper
Método público CreateItem
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método protegido Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.)
Método público GetEnumerator
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método protegido GetItemWrapper
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método protegido MemberwiseClone Creates a shallow copy of the current Object. (Herdado de Object.)
Método público Remove(Int32)
Método público Remove(String)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Campos

  Nome Descrição
Campo protegido m_ItemCollection

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.VisualBasic.Vsa