IJSVsaGlobalItem 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 los objetos globales agregados al motor de scripts.

public interface class IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaGlobalItem : 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("15B2CCE5-D1EA-4EB9-9E06-8729C72D631B")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaGlobalItem = interface
    interface IJSVsaItem
Public Interface IJSVsaGlobalItem
Implements IJSVsaItem
Atributos
Implementaciones

Propiedades

ExposeMembers
Obsoletos.

Establece un valor que indica si los miembros del objeto global deben estar disponibles para el motor de scripts. (No se admite actualmente).

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)
TypeString
Obsoletos.

Obtiene o establece el tipo del elemento global.

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