Compartilhar via


Classe VsaReferenceItem

Observação: esta API agora é obsoleta.

Hierarquia de herança

Object
  Microsoft.VisualBasic.Vsa.VsaItem
    Microsoft.VisualBasic.Vsa.VsaReferenceItem

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 VsaReferenceItem _
    Inherits VsaItem _
    Implements IVsaReferenceItem, IVsaItem
[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 VsaReferenceItem : VsaItem, 
    IVsaReferenceItem, IVsaItem
[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 VsaReferenceItem : public VsaItem, 
    IVsaReferenceItem, IVsaItem
[<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 VsaReferenceItem =  
    class 
        inherit VsaItem 
        interface IVsaReferenceItem 
        interface IVsaItem 
    end
public class VsaReferenceItem extends VsaItem implements IVsaReferenceItem, IVsaItem

O tipo VsaReferenceItem expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública _item (Herdado de VsaItem.)
Propriedade pública AssemblyName
Propriedade pública IsDirty (Herdado de VsaItem.)
Propriedade pública ItemType (Herdado de VsaItem.)
Propriedade pública Name (Herdado de VsaItem.)

Superior

Métodos

  Nome Descrição
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 GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetOption (Herdado de VsaItem.)
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 SetOption (Herdado de VsaItem.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

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