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 un elemento de código que va a compilar el motor de scripts.
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
| Nombre | Description |
|---|---|
| CodeDOM |
Obsoletos.
Obtiene el modelo de objetos de documento de código (CodeDOM) representado en el elemento de código. |
| 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) |
| SourceText |
Obsoletos.
Obtiene o establece el texto de un elemento de código especificado, incluido el código generado automáticamente, si existe. |
Métodos
| Nombre | Description |
|---|---|
| AddEventSource(String, String) |
Obsoletos.
Agrega un origen de evento al elemento de código. El elemento de código usa el origen del evento para enlazar un evento al origen de eventos con nombre llamando al método IVsaSite.GetEventSourceInstance, que implementa el host. |
| AppendSourceText(String) |
Obsoletos.
Anexa el texto especificado al final del elemento de código. |
| GetOption(String) |
Obsoletos.
Obtiene opciones específicas de implementación para un motor de script. (Heredado de IJSVsaItem) |
| RemoveEventSource(String) |
Obsoletos.
Quita el origen de eventos especificado del elemento de código. |
| SetOption(String, Object) |
Obsoletos.
Establece opciones específicas de implementación para un motor de scripts. (Heredado de IJSVsaItem) |