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

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

Obtiene o establece el tipo del elemento global.

Métodos

Nombre Description
GetOption(String)
Obsoletos.

Obtiene opciones específicas de implementación para un motor de script.

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

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

(Heredado de IJSVsaItem)

Se aplica a