IJSVsaCodeItem Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.
Representa el elemento de código que el motor de scripts va a compilar.
public interface class IJSVsaCodeItem : 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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaCodeItem : 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("528BBC87-CCDC-4F07-B29C-9B10575DEB2F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaCodeItem = interface
interface IJSVsaItem
Public Interface IJSVsaCodeItem
Implements IJSVsaItem
- Derivado
- Atributos
- Implementaciones
Propiedades
CodeDOM |
Obsoletos.
Obtiene el Code Document Object Model (CodeDOM) representado en el elemento de código. |
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) |
SourceText |
Obsoletos.
Obtiene o establece el texto de un elemento de código especificado, incluido el código generado automáticamente, si lo hubiera. |
Métodos
AddEventSource(String, String) |
Obsoletos.
Agrega un origen de eventos al elemento de código. El elemento de código usa el origen de eventos para enlazar un evento al origen de eventos indicado; para ello, llama al método IVsaSite.GetEventSourceInstance implementado por el host. |
AppendSourceText(String) |
Obsoletos.
Anexa el texto especificado al final del elemento de código. |
GetOption(String) |
Obsoletos.
Obtiene las opciones específicas de implementación de un motor de scripts. (Heredado de IJSVsaItem) |
RemoveEventSource(String) |
Obsoletos.
Quita el origen de eventos especificado del elemento de código. |
SetOption(String, Object) |
Obsoletos.
Establece las opciones específicas de implementación de un motor de scripts. (Heredado de IJSVsaItem) |