IJSVsaItem 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.

Define una interfaz para todos los elementos agregados al motor de scripts de .NET, incluidos elementos de código, elementos de referencia y elementos globales. Define propiedades y métodos genéricos que se aplican a todos los tipos de elementos que reconoce el motor.

public interface class 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("1F2377AC-8A09-417B-89DC-D146769F0B45")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface 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("1F2377AC-8A09-417B-89DC-D146769F0B45")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaItem = interface
Public Interface IJSVsaItem
Derivado
Atributos

Propiedades

IsDirty
Obsoletos.

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

ItemType
Obsoletos.

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

Name
Obsoletos.

Obtiene o establece el nombre del elemento.

Métodos

GetOption(String)
Obsoletos.

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

SetOption(String, Object)
Obsoletos.

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

Se aplica a