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

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 IJSVsaItem)
ItemType
Obsoletos.

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

(Heredado de IJSVsaItem)
Name
Obsoletos.

Obtiene o establece el nombre del elemento.

(Heredado de IJSVsaItem)

Métodos

GetOption(String)
Obsoletos.

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

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

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

(Heredado de IJSVsaItem)

Se aplica a