Compartilhar via


Interface IVsaReferenceItem

Observação: esta API agora é obsoleta.

Descreve uma referência adicionada para o mecanismo de script.

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

Sintaxe

'Declaração
<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<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.")> _
Public Interface IVsaReferenceItem _
    Inherits IVsaItem
[GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[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.")]
public interface IVsaReferenceItem : IVsaItem
[GuidAttribute(L"E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[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.")]
public interface class IVsaReferenceItem : IVsaItem
[<GuidAttribute("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<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.")>]
type IVsaReferenceItem =  
    interface 
        interface IVsaItem 
    end
public interface IVsaReferenceItem extends IVsaItem

O tipo IVsaReferenceItem expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AssemblyName Obtém ou define o nome do assembly referenciado.
Propriedade pública IsDirty Retorna um valor que indica se a representação na memória atual do item é diferente da representação persistente. (Herdado de IVsaItem.)
Propriedade pública ItemType Obtém o tipo do objeto especificado, conforme determinado pelo IVsaItems.CreateItem Method método. (Herdado de IVsaItem.)
Propriedade pública Name Define ou obtém o nome do item. (Herdado de IVsaItem.)

Superior

Métodos

  Nome Descrição
Método público GetOption Obtém as opções específicas de implementação para um mecanismo de script. (Herdado de IVsaItem.)
Método público SetOption Define opções de implementação específica para um mecanismo de script. (Herdado de IVsaItem.)

Superior

Consulte também

Referência

Namespace Microsoft.Vsa