Compartir a través de


IVsaReferenceItem Interfaz

Definición

Precaución

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.

Describe una referencia agregada al motor de scripts.

public interface class IVsaReferenceItem : Microsoft::Vsa::IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsaReferenceItem : Microsoft.Vsa.IVsaItem
[System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Obsolete("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 : Microsoft.Vsa.IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsaReferenceItem = interface
    interface IVsaItem
[<System.Runtime.InteropServices.Guid("E0C0FFE6-7eea-4ee5-b7e4-0080c7eb0b74")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Obsolete("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
Public Interface IVsaReferenceItem
Implements IVsaItem
Derivado
Atributos
Implementaciones

Propiedades

AssemblyName
Obsoletos.

Obtiene o establece el nombre del ensamblado al que se hace referencia.

IsDirty
Obsoletos.

Devuelve un valor que indica si la representación que hay en la memoria del elemento difiere de la representación conservada.

(Heredado de IVsaItem)
ItemType
Obsoletos.

Obtiene el tipo del objeto especificado, como determina el método CreateItem(String, VsaItemType, VsaItemFlag).

(Heredado de IVsaItem)
Name
Obsoletos.

Obtiene o establece el nombre del elemento.

(Heredado de IVsaItem)

Métodos

GetOption(String)
Obsoletos.

Obtiene las opciones específicas de implementación de un motor de scripts.

(Heredado de IVsaItem)
SetOption(String, Object)
Obsoletos.

Establece las opciones específicas de implementación de un motor de scripts.

(Heredado de IVsaItem)

Se aplica a