Share via


IVsaReferenceItem (Interfaz)

Nota: Esta API está obsoleta.

Describe una referencia agregada al motor de scripts.

Espacio de nombres:  Microsoft.Vsa
Ensamblado:  Microsoft.Vsa (en Microsoft.Vsa.dll)

Sintaxis

'Declaración
<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

El tipo IVsaReferenceItem expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AssemblyName Obtiene o establece el nombre del ensamblado al que se hace referencia.
Propiedad pública IsDirty Devuelve un valor que indica si la representación que hay en la memoria del elemento difiere de la representación conservada. (Se hereda de IVsaItem).
Propiedad pública ItemType Obtiene el tipo del objeto especificado, como determina el método IVsaItems.CreateItem Method. (Se hereda de IVsaItem).
Propiedad pública Name Obtiene o establece el nombre del elemento. (Se hereda de IVsaItem).

Arriba

Métodos

  Nombre Descripción
Método público GetOption Obtiene las opciones específicas de implementación de un motor de scripts. (Se hereda de IVsaItem).
Método público SetOption Establece las opciones específicas de implementación de un motor de scripts. (Se hereda de IVsaItem).

Arriba

Vea también

Referencia

Microsoft.Vsa (Espacio de nombres)