IJSVsaReferenceItem 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 IJSVsaReferenceItem : Microsoft::JScript::Vsa::IJSVsaItem
[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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaReferenceItem : Microsoft.JScript.Vsa.IJSVsaItem
[<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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("8EFD265B-677A-4B09-A471-E086787AA727")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaReferenceItem = interface
    interface IJSVsaItem
Public Interface IJSVsaReferenceItem
Implements IJSVsaItem
Atributos
Implementaciones

Propiedades

Nombre Description
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 actual en memoria del elemento difiere de la representación persistente.

(Heredado de IJSVsaItem)
ItemType
Obsoletos.

Obtiene el tipo del objeto especificado, determinado por el CreateItem(String, JSVsaItemType, JSVsaItemFlag) método .

(Heredado de IJSVsaItem)
Name
Obsoletos.

Obtiene o establece el nombre del elemento.

(Heredado de IJSVsaItem)

Métodos

Nombre Description
GetOption(String)
Obsoletos.

Obtiene opciones específicas de implementación para un motor de script.

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

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

(Heredado de IJSVsaItem)

Se aplica a