Classe VsaItems
Nota: questa API è ora obsoleta.
Gerarchia di ereditarietà
Object
Microsoft.VisualBasic.Vsa.VsaItems
Spazio dei nomi: Microsoft.VisualBasic.Vsa
Assembly: Microsoft.VisualBasic.Vsa (in Microsoft.VisualBasic.Vsa.dll)
Sintassi
'Dichiarazione
<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
Il tipo VsaItems espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
VsaItems |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | ||
Item[Int32] | ||
Item[String] |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AddCodeItemWrapper | ||
CreateItem | ||
Equals | Determina se l'oggetto specificato è uguale all'oggetto corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di effettuare un tentativo di liberare risorse ed eseguire altre operazioni di pulizia prima che venga recuperato da Garbage Collection. (Ereditato da Object) | |
GetEnumerator | ||
GetHashCode | Funge da funzione hash predefinita. (Ereditato da Object) | |
GetItemWrapper | ||
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
MemberwiseClone | Crea una copia superficiale dell'oggetto Object corrente. (Ereditato da Object) | |
Remove(Int32) | ||
Remove(String) | ||
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Campi
Nome | Descrizione | |
---|---|---|
m_ItemCollection |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.